@octokit/openapi 7.7.0 → 7.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/generated/api.github.com.deref.json +806 -77
  2. package/generated/api.github.com.json +80 -25
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +475 -23
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +36 -6
  7. package/generated/ghes-3.2.deref.json +585 -35
  8. package/generated/ghes-3.2.json +48 -17
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
  11. package/generated/ghes-3.3.deref.json +592 -36
  12. package/generated/ghes-3.3.json +55 -18
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
  15. package/generated/ghes-3.4.deref.json +620 -36
  16. package/generated/ghes-3.4.json +55 -18
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +537 -23
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +39 -6
  21. package/generated/ghes-3.5.deref.json +633 -36
  22. package/generated/ghes-3.5.json +55 -18
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +51 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9586 -496
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +927 -20
  26. package/generated/ghes-3.6.deref.json +647 -38
  27. package/generated/ghes-3.6.json +69 -20
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +35 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +446 -18
  30. package/generated/github.ae-diff-to-api.github.com.json +43 -7
  31. package/generated/github.ae.deref.json +556 -30
  32. package/generated/github.ae.json +55 -18
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.0",
4
+ "version": "7.9.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -12549,17 +12549,6 @@
12549
12549
  }
12550
12550
  }
12551
12551
  },
12552
- "302": {
12553
- "description": "Response if requester is not an organization member",
12554
- "headers": {
12555
- "Location": {
12556
- "example": "https://api.github.com/orgs/github/public_members",
12557
- "schema": {
12558
- "type": "string"
12559
- }
12560
- }
12561
- }
12562
- },
12563
12552
  "422": {
12564
12553
  "$ref": "#/components/responses/validation_failed"
12565
12554
  }
@@ -20596,6 +20585,11 @@
20596
20585
  "url_template": {
20597
20586
  "type": "string",
20598
20587
  "description": "The URL must contain `<num>` for the reference number."
20588
+ },
20589
+ "is_alphanumeric": {
20590
+ "type": "boolean",
20591
+ "default": "true",
20592
+ "description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
20599
20593
  }
20600
20594
  },
20601
20595
  "required": [
@@ -20607,7 +20601,8 @@
20607
20601
  "default": {
20608
20602
  "value": {
20609
20603
  "key_prefix": "TICKET-",
20610
- "url_template": "https://example.com/TICKET?query=<num>"
20604
+ "url_template": "https://example.com/TICKET?query=<num>",
20605
+ "is_alphanumeric": true
20611
20606
  }
20612
20607
  }
20613
20608
  }
@@ -26629,6 +26624,9 @@
26629
26624
  },
26630
26625
  "500": {
26631
26626
  "$ref": "#/components/responses/internal_error"
26627
+ },
26628
+ "503": {
26629
+ "$ref": "#/components/responses/service_unavailable"
26632
26630
  }
26633
26631
  },
26634
26632
  "x-github": {
@@ -27038,6 +27036,9 @@
27038
27036
  },
27039
27037
  "500": {
27040
27038
  "$ref": "#/components/responses/internal_error"
27039
+ },
27040
+ "503": {
27041
+ "$ref": "#/components/responses/service_unavailable"
27041
27042
  }
27042
27043
  },
27043
27044
  "x-github": {
@@ -32321,6 +32322,11 @@
32321
32322
  },
32322
32323
  "state_reason": {
32323
32324
  "type": "string",
32325
+ "enum": [
32326
+ "completed",
32327
+ "not_planned",
32328
+ "reopened"
32329
+ ],
32324
32330
  "nullable": true,
32325
32331
  "description": "The reason for the current state",
32326
32332
  "example": "not_planned"
@@ -36877,6 +36883,9 @@
36877
36883
  },
36878
36884
  "500": {
36879
36885
  "$ref": "#/components/responses/internal_error"
36886
+ },
36887
+ "503": {
36888
+ "$ref": "#/components/responses/service_unavailable"
36880
36889
  }
36881
36890
  },
36882
36891
  "x-github": {
@@ -37424,6 +37433,9 @@
37424
37433
  },
37425
37434
  "500": {
37426
37435
  "$ref": "#/components/responses/internal_error"
37436
+ },
37437
+ "503": {
37438
+ "$ref": "#/components/responses/service_unavailable"
37427
37439
  }
37428
37440
  },
37429
37441
  "x-github": {
@@ -41243,7 +41255,7 @@
41243
41255
  "/repos/{template_owner}/{template_repo}/generate": {
41244
41256
  "post": {
41245
41257
  "summary": "Create a repository using a template",
41246
- "description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. The authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.3/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.3/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
41258
+ "description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.3/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.3/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
41247
41259
  "tags": [
41248
41260
  "repos"
41249
41261
  ],
@@ -53631,6 +53643,10 @@
53631
53643
  "starred_at": {
53632
53644
  "type": "string",
53633
53645
  "example": "\"2020-07-09T00:17:42Z\""
53646
+ },
53647
+ "anonymous_access_enabled": {
53648
+ "type": "boolean",
53649
+ "description": "Whether anonymous git access is enabled for this repository"
53634
53650
  }
53635
53651
  },
53636
53652
  "required": [
@@ -55068,7 +55084,12 @@
55068
55084
  "description": "The reason for the current state",
55069
55085
  "example": "not_planned",
55070
55086
  "type": "string",
55071
- "nullable": true
55087
+ "nullable": true,
55088
+ "enum": [
55089
+ "completed",
55090
+ "reopened",
55091
+ "not_planned"
55092
+ ]
55072
55093
  },
55073
55094
  "title": {
55074
55095
  "description": "Title of the issue",
@@ -57180,6 +57201,10 @@
57180
57201
  "starred_at": {
57181
57202
  "type": "string",
57182
57203
  "example": "\"2020-07-09T00:17:42Z\""
57204
+ },
57205
+ "anonymous_access_enabled": {
57206
+ "type": "boolean",
57207
+ "description": "Whether anonymous git access is enabled for this repository"
57183
57208
  }
57184
57209
  },
57185
57210
  "required": [
@@ -63944,6 +63969,11 @@
63944
63969
  "nullable": true,
63945
63970
  "type": "string",
63946
63971
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
63972
+ },
63973
+ "help_uri": {
63974
+ "nullable": true,
63975
+ "type": "string",
63976
+ "description": "A link to the documentation for the rule used to detect the alert."
63947
63977
  }
63948
63978
  }
63949
63979
  },
@@ -66993,7 +67023,12 @@
66993
67023
  "description": "The reason for the current state",
66994
67024
  "example": "not_planned",
66995
67025
  "type": "string",
66996
- "nullable": true
67026
+ "nullable": true,
67027
+ "enum": [
67028
+ "completed",
67029
+ "reopened",
67030
+ "not_planned"
67031
+ ]
66997
67032
  },
66998
67033
  "title": {
66999
67034
  "description": "Title of the issue",
@@ -85339,7 +85374,8 @@
85339
85374
  "security",
85340
85375
  "external/cwe/cwe-022"
85341
85376
  ],
85342
- "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
85377
+ "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
85378
+ "help_uri": "https://codeql.github.com/"
85343
85379
  },
85344
85380
  "tool": {
85345
85381
  "name": "CodeQL",
@@ -85409,7 +85445,8 @@
85409
85445
  "security",
85410
85446
  "external/cwe/cwe-022"
85411
85447
  ],
85412
- "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
85448
+ "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
85449
+ "help_uri": "https://codeql.github.com/"
85413
85450
  },
85414
85451
  "tool": {
85415
85452
  "name": "CodeQL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.0",
4
+ "version": "7.9.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -3231,6 +3231,10 @@
3231
3231
  "starred_at": {
3232
3232
  "type": "string",
3233
3233
  "example": "\"2020-07-09T00:17:42Z\""
3234
+ },
3235
+ "anonymous_access_enabled": {
3236
+ "type": "boolean",
3237
+ "description": "Whether anonymous git access is enabled for this repository"
3234
3238
  }
3235
3239
  },
3236
3240
  "required": [
@@ -5238,6 +5242,10 @@
5238
5242
  "starred_at": {
5239
5243
  "type": "string",
5240
5244
  "example": "\"2020-07-09T00:17:42Z\""
5245
+ },
5246
+ "anonymous_access_enabled": {
5247
+ "type": "boolean",
5248
+ "description": "Whether anonymous git access is enabled for this repository"
5241
5249
  }
5242
5250
  },
5243
5251
  "required": [
@@ -7785,6 +7793,10 @@
7785
7793
  "starred_at": {
7786
7794
  "type": "string",
7787
7795
  "example": "\"2020-07-09T00:17:42Z\""
7796
+ },
7797
+ "anonymous_access_enabled": {
7798
+ "type": "boolean",
7799
+ "description": "Whether anonymous git access is enabled for this repository"
7788
7800
  }
7789
7801
  },
7790
7802
  "required": [
@@ -9797,6 +9809,10 @@
9797
9809
  "starred_at": {
9798
9810
  "type": "string",
9799
9811
  "example": "\"2020-07-09T00:17:42Z\""
9812
+ },
9813
+ "anonymous_access_enabled": {
9814
+ "type": "boolean",
9815
+ "description": "Whether anonymous git access is enabled for this repository"
9800
9816
  }
9801
9817
  },
9802
9818
  "required": [
@@ -11637,6 +11653,10 @@
11637
11653
  "starred_at": {
11638
11654
  "type": "string",
11639
11655
  "example": "\"2020-07-09T00:17:42Z\""
11656
+ },
11657
+ "anonymous_access_enabled": {
11658
+ "type": "boolean",
11659
+ "description": "Whether anonymous git access is enabled for this repository"
11640
11660
  }
11641
11661
  },
11642
11662
  "required": [
@@ -13505,6 +13525,10 @@
13505
13525
  "starred_at": {
13506
13526
  "type": "string",
13507
13527
  "example": "\"2020-07-09T00:17:42Z\""
13528
+ },
13529
+ "anonymous_access_enabled": {
13530
+ "type": "boolean",
13531
+ "description": "Whether anonymous git access is enabled for this repository"
13508
13532
  }
13509
13533
  },
13510
13534
  "required": [
@@ -16321,6 +16345,10 @@
16321
16345
  "starred_at": {
16322
16346
  "type": "string",
16323
16347
  "example": "\"2020-07-09T00:17:42Z\""
16348
+ },
16349
+ "anonymous_access_enabled": {
16350
+ "type": "boolean",
16351
+ "description": "Whether anonymous git access is enabled for this repository"
16324
16352
  }
16325
16353
  },
16326
16354
  "required": [
@@ -18284,6 +18312,10 @@
18284
18312
  "starred_at": {
18285
18313
  "type": "string",
18286
18314
  "example": "\"2020-07-09T00:17:42Z\""
18315
+ },
18316
+ "anonymous_access_enabled": {
18317
+ "type": "boolean",
18318
+ "description": "Whether anonymous git access is enabled for this repository"
18287
18319
  }
18288
18320
  },
18289
18321
  "required": [
@@ -20763,6 +20795,10 @@
20763
20795
  "starred_at": {
20764
20796
  "type": "string",
20765
20797
  "example": "\"2020-07-09T00:17:42Z\""
20798
+ },
20799
+ "anonymous_access_enabled": {
20800
+ "type": "boolean",
20801
+ "description": "Whether anonymous git access is enabled for this repository"
20766
20802
  }
20767
20803
  },
20768
20804
  "required": [
@@ -22436,6 +22472,10 @@
22436
22472
  "starred_at": {
22437
22473
  "type": "string",
22438
22474
  "example": "\"2020-07-09T00:17:42Z\""
22475
+ },
22476
+ "anonymous_access_enabled": {
22477
+ "type": "boolean",
22478
+ "description": "Whether anonymous git access is enabled for this repository"
22439
22479
  }
22440
22480
  },
22441
22481
  "required": [
@@ -24686,6 +24726,10 @@
24686
24726
  "starred_at": {
24687
24727
  "type": "string",
24688
24728
  "example": "\"2020-07-09T00:17:42Z\""
24729
+ },
24730
+ "anonymous_access_enabled": {
24731
+ "type": "boolean",
24732
+ "description": "Whether anonymous git access is enabled for this repository"
24689
24733
  }
24690
24734
  },
24691
24735
  "required": [
@@ -26359,6 +26403,10 @@
26359
26403
  "starred_at": {
26360
26404
  "type": "string",
26361
26405
  "example": "\"2020-07-09T00:17:42Z\""
26406
+ },
26407
+ "anonymous_access_enabled": {
26408
+ "type": "boolean",
26409
+ "description": "Whether anonymous git access is enabled for this repository"
26362
26410
  }
26363
26411
  },
26364
26412
  "required": [
@@ -28691,6 +28739,10 @@
28691
28739
  "starred_at": {
28692
28740
  "type": "string",
28693
28741
  "example": "\"2020-07-09T00:17:42Z\""
28742
+ },
28743
+ "anonymous_access_enabled": {
28744
+ "type": "boolean",
28745
+ "description": "Whether anonymous git access is enabled for this repository"
28694
28746
  }
28695
28747
  },
28696
28748
  "required": [
@@ -30364,6 +30416,10 @@
30364
30416
  "starred_at": {
30365
30417
  "type": "string",
30366
30418
  "example": "\"2020-07-09T00:17:42Z\""
30419
+ },
30420
+ "anonymous_access_enabled": {
30421
+ "type": "boolean",
30422
+ "description": "Whether anonymous git access is enabled for this repository"
30367
30423
  }
30368
30424
  },
30369
30425
  "required": [
@@ -32752,6 +32808,10 @@
32752
32808
  "starred_at": {
32753
32809
  "type": "string",
32754
32810
  "example": "\"2020-07-09T00:17:42Z\""
32811
+ },
32812
+ "anonymous_access_enabled": {
32813
+ "type": "boolean",
32814
+ "description": "Whether anonymous git access is enabled for this repository"
32755
32815
  }
32756
32816
  },
32757
32817
  "required": [
@@ -35243,6 +35303,10 @@
35243
35303
  "starred_at": {
35244
35304
  "type": "string",
35245
35305
  "example": "\"2020-07-09T00:17:42Z\""
35306
+ },
35307
+ "anonymous_access_enabled": {
35308
+ "type": "boolean",
35309
+ "description": "Whether anonymous git access is enabled for this repository"
35246
35310
  }
35247
35311
  },
35248
35312
  "required": [
@@ -37457,6 +37521,10 @@
37457
37521
  "starred_at": {
37458
37522
  "type": "string",
37459
37523
  "example": "\"2020-07-09T00:17:42Z\""
37524
+ },
37525
+ "anonymous_access_enabled": {
37526
+ "type": "boolean",
37527
+ "description": "Whether anonymous git access is enabled for this repository"
37460
37528
  }
37461
37529
  },
37462
37530
  "required": [
@@ -39844,6 +39912,10 @@
39844
39912
  "starred_at": {
39845
39913
  "type": "string",
39846
39914
  "example": "\"2020-07-09T00:17:42Z\""
39915
+ },
39916
+ "anonymous_access_enabled": {
39917
+ "type": "boolean",
39918
+ "description": "Whether anonymous git access is enabled for this repository"
39847
39919
  }
39848
39920
  },
39849
39921
  "required": [
@@ -42320,6 +42392,10 @@
42320
42392
  "starred_at": {
42321
42393
  "type": "string",
42322
42394
  "example": "\"2020-07-09T00:17:42Z\""
42395
+ },
42396
+ "anonymous_access_enabled": {
42397
+ "type": "boolean",
42398
+ "description": "Whether anonymous git access is enabled for this repository"
42323
42399
  }
42324
42400
  },
42325
42401
  "required": [
@@ -45289,6 +45365,10 @@
45289
45365
  "starred_at": {
45290
45366
  "type": "string",
45291
45367
  "example": "\"2020-07-09T00:17:42Z\""
45368
+ },
45369
+ "anonymous_access_enabled": {
45370
+ "type": "boolean",
45371
+ "description": "Whether anonymous git access is enabled for this repository"
45292
45372
  }
45293
45373
  },
45294
45374
  "required": [
@@ -47424,6 +47504,10 @@
47424
47504
  "starred_at": {
47425
47505
  "type": "string",
47426
47506
  "example": "\"2020-07-09T00:17:42Z\""
47507
+ },
47508
+ "anonymous_access_enabled": {
47509
+ "type": "boolean",
47510
+ "description": "Whether anonymous git access is enabled for this repository"
47427
47511
  }
47428
47512
  },
47429
47513
  "required": [
@@ -49340,6 +49424,10 @@
49340
49424
  "starred_at": {
49341
49425
  "type": "string",
49342
49426
  "example": "\"2020-07-09T00:17:42Z\""
49427
+ },
49428
+ "anonymous_access_enabled": {
49429
+ "type": "boolean",
49430
+ "description": "Whether anonymous git access is enabled for this repository"
49343
49431
  }
49344
49432
  },
49345
49433
  "required": [
@@ -51288,6 +51376,10 @@
51288
51376
  "starred_at": {
51289
51377
  "type": "string",
51290
51378
  "example": "\"2020-07-09T00:17:42Z\""
51379
+ },
51380
+ "anonymous_access_enabled": {
51381
+ "type": "boolean",
51382
+ "description": "Whether anonymous git access is enabled for this repository"
51291
51383
  }
51292
51384
  },
51293
51385
  "required": [
@@ -53485,6 +53577,10 @@
53485
53577
  "starred_at": {
53486
53578
  "type": "string",
53487
53579
  "example": "\"2020-07-09T00:17:42Z\""
53580
+ },
53581
+ "anonymous_access_enabled": {
53582
+ "type": "boolean",
53583
+ "description": "Whether anonymous git access is enabled for this repository"
53488
53584
  }
53489
53585
  },
53490
53586
  "required": [
@@ -55690,6 +55786,10 @@
55690
55786
  "starred_at": {
55691
55787
  "type": "string",
55692
55788
  "example": "\"2020-07-09T00:17:42Z\""
55789
+ },
55790
+ "anonymous_access_enabled": {
55791
+ "type": "boolean",
55792
+ "description": "Whether anonymous git access is enabled for this repository"
55693
55793
  }
55694
55794
  },
55695
55795
  "required": [
@@ -58653,6 +58753,10 @@
58653
58753
  "starred_at": {
58654
58754
  "type": "string",
58655
58755
  "example": "\"2020-07-09T00:17:42Z\""
58756
+ },
58757
+ "anonymous_access_enabled": {
58758
+ "type": "boolean",
58759
+ "description": "Whether anonymous git access is enabled for this repository"
58656
58760
  }
58657
58761
  },
58658
58762
  "required": [
@@ -60620,6 +60724,10 @@
60620
60724
  "starred_at": {
60621
60725
  "type": "string",
60622
60726
  "example": "\"2020-07-09T00:17:42Z\""
60727
+ },
60728
+ "anonymous_access_enabled": {
60729
+ "type": "boolean",
60730
+ "description": "Whether anonymous git access is enabled for this repository"
60623
60731
  }
60624
60732
  },
60625
60733
  "required": [
@@ -62582,6 +62690,10 @@
62582
62690
  "starred_at": {
62583
62691
  "type": "string",
62584
62692
  "example": "\"2020-07-09T00:17:42Z\""
62693
+ },
62694
+ "anonymous_access_enabled": {
62695
+ "type": "boolean",
62696
+ "description": "Whether anonymous git access is enabled for this repository"
62585
62697
  }
62586
62698
  },
62587
62699
  "required": [
@@ -64928,6 +65040,10 @@
64928
65040
  "starred_at": {
64929
65041
  "type": "string",
64930
65042
  "example": "\"2020-07-09T00:17:42Z\""
65043
+ },
65044
+ "anonymous_access_enabled": {
65045
+ "type": "boolean",
65046
+ "description": "Whether anonymous git access is enabled for this repository"
64931
65047
  }
64932
65048
  },
64933
65049
  "required": [
@@ -66866,6 +66982,10 @@
66866
66982
  "starred_at": {
66867
66983
  "type": "string",
66868
66984
  "example": "\"2020-07-09T00:17:42Z\""
66985
+ },
66986
+ "anonymous_access_enabled": {
66987
+ "type": "boolean",
66988
+ "description": "Whether anonymous git access is enabled for this repository"
66869
66989
  }
66870
66990
  },
66871
66991
  "required": [
@@ -68849,6 +68969,10 @@
68849
68969
  "starred_at": {
68850
68970
  "type": "string",
68851
68971
  "example": "\"2020-07-09T00:17:42Z\""
68972
+ },
68973
+ "anonymous_access_enabled": {
68974
+ "type": "boolean",
68975
+ "description": "Whether anonymous git access is enabled for this repository"
68852
68976
  }
68853
68977
  },
68854
68978
  "required": [
@@ -70841,6 +70965,10 @@
70841
70965
  "starred_at": {
70842
70966
  "type": "string",
70843
70967
  "example": "\"2020-07-09T00:17:42Z\""
70968
+ },
70969
+ "anonymous_access_enabled": {
70970
+ "type": "boolean",
70971
+ "description": "Whether anonymous git access is enabled for this repository"
70844
70972
  }
70845
70973
  },
70846
70974
  "required": [
@@ -72736,6 +72864,10 @@
72736
72864
  "starred_at": {
72737
72865
  "type": "string",
72738
72866
  "example": "\"2020-07-09T00:17:42Z\""
72867
+ },
72868
+ "anonymous_access_enabled": {
72869
+ "type": "boolean",
72870
+ "description": "Whether anonymous git access is enabled for this repository"
72739
72871
  }
72740
72872
  },
72741
72873
  "required": [
@@ -74966,6 +75098,10 @@
74966
75098
  "starred_at": {
74967
75099
  "type": "string",
74968
75100
  "example": "\"2020-07-09T00:17:42Z\""
75101
+ },
75102
+ "anonymous_access_enabled": {
75103
+ "type": "boolean",
75104
+ "description": "Whether anonymous git access is enabled for this repository"
74969
75105
  }
74970
75106
  },
74971
75107
  "required": [
@@ -76924,6 +77060,10 @@
76924
77060
  "starred_at": {
76925
77061
  "type": "string",
76926
77062
  "example": "\"2020-07-09T00:17:42Z\""
77063
+ },
77064
+ "anonymous_access_enabled": {
77065
+ "type": "boolean",
77066
+ "description": "Whether anonymous git access is enabled for this repository"
76927
77067
  }
76928
77068
  },
76929
77069
  "required": [
@@ -78783,6 +78923,10 @@
78783
78923
  "starred_at": {
78784
78924
  "type": "string",
78785
78925
  "example": "\"2020-07-09T00:17:42Z\""
78926
+ },
78927
+ "anonymous_access_enabled": {
78928
+ "type": "boolean",
78929
+ "description": "Whether anonymous git access is enabled for this repository"
78786
78930
  }
78787
78931
  },
78788
78932
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.0",
4
+ "version": "7.9.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -7736,6 +7736,10 @@
7736
7736
  "starred_at": {
7737
7737
  "type": "string",
7738
7738
  "example": "\"2020-07-09T00:17:42Z\""
7739
+ },
7740
+ "anonymous_access_enabled": {
7741
+ "type": "boolean",
7742
+ "description": "Whether anonymous git access is enabled for this repository"
7739
7743
  }
7740
7744
  },
7741
7745
  "required": [