@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": {
@@ -7756,6 +7756,10 @@
7756
7756
  "starred_at": {
7757
7757
  "type": "string",
7758
7758
  "example": "\"2020-07-09T00:17:42Z\""
7759
+ },
7760
+ "anonymous_access_enabled": {
7761
+ "type": "boolean",
7762
+ "description": "Whether anonymous git access is enabled for this repository"
7759
7763
  }
7760
7764
  },
7761
7765
  "required": [
@@ -13368,6 +13372,10 @@
13368
13372
  "starred_at": {
13369
13373
  "type": "string",
13370
13374
  "example": "\"2020-07-09T00:17:42Z\""
13375
+ },
13376
+ "anonymous_access_enabled": {
13377
+ "type": "boolean",
13378
+ "description": "Whether anonymous git access is enabled for this repository"
13371
13379
  }
13372
13380
  },
13373
13381
  "required": [
@@ -14582,6 +14590,10 @@
14582
14590
  "starred_at": {
14583
14591
  "type": "string",
14584
14592
  "example": "\"2020-07-09T00:17:42Z\""
14593
+ },
14594
+ "anonymous_access_enabled": {
14595
+ "type": "boolean",
14596
+ "description": "Whether anonymous git access is enabled for this repository"
14585
14597
  }
14586
14598
  },
14587
14599
  "required": [
@@ -16203,6 +16215,10 @@
16203
16215
  "starred_at": {
16204
16216
  "type": "string",
16205
16217
  "example": "\"2020-07-09T00:17:42Z\""
16218
+ },
16219
+ "anonymous_access_enabled": {
16220
+ "type": "boolean",
16221
+ "description": "Whether anonymous git access is enabled for this repository"
16206
16222
  }
16207
16223
  },
16208
16224
  "required": [
@@ -16699,7 +16715,12 @@
16699
16715
  "description": "The reason for the current state",
16700
16716
  "example": "not_planned",
16701
16717
  "type": "string",
16702
- "nullable": true
16718
+ "nullable": true,
16719
+ "enum": [
16720
+ "completed",
16721
+ "reopened",
16722
+ "not_planned"
16723
+ ]
16703
16724
  },
16704
16725
  "title": {
16705
16726
  "description": "Title of the issue",
@@ -18571,6 +18592,10 @@
18571
18592
  "starred_at": {
18572
18593
  "type": "string",
18573
18594
  "example": "\"2020-07-09T00:17:42Z\""
18595
+ },
18596
+ "anonymous_access_enabled": {
18597
+ "type": "boolean",
18598
+ "description": "Whether anonymous git access is enabled for this repository"
18574
18599
  }
18575
18600
  },
18576
18601
  "required": [
@@ -21137,6 +21162,10 @@
21137
21162
  "starred_at": {
21138
21163
  "type": "string",
21139
21164
  "example": "\"2020-07-09T00:17:42Z\""
21165
+ },
21166
+ "anonymous_access_enabled": {
21167
+ "type": "boolean",
21168
+ "description": "Whether anonymous git access is enabled for this repository"
21140
21169
  }
21141
21170
  },
21142
21171
  "required": [
@@ -23157,6 +23186,10 @@
23157
23186
  "starred_at": {
23158
23187
  "type": "string",
23159
23188
  "example": "\"2020-07-09T00:17:42Z\""
23189
+ },
23190
+ "anonymous_access_enabled": {
23191
+ "type": "boolean",
23192
+ "description": "Whether anonymous git access is enabled for this repository"
23160
23193
  }
23161
23194
  },
23162
23195
  "required": [
@@ -24684,6 +24717,10 @@
24684
24717
  "starred_at": {
24685
24718
  "type": "string",
24686
24719
  "example": "\"2020-07-09T00:17:42Z\""
24720
+ },
24721
+ "anonymous_access_enabled": {
24722
+ "type": "boolean",
24723
+ "description": "Whether anonymous git access is enabled for this repository"
24687
24724
  }
24688
24725
  },
24689
24726
  "required": [
@@ -26594,6 +26631,10 @@
26594
26631
  "starred_at": {
26595
26632
  "type": "string",
26596
26633
  "example": "\"2020-07-09T00:17:42Z\""
26634
+ },
26635
+ "anonymous_access_enabled": {
26636
+ "type": "boolean",
26637
+ "description": "Whether anonymous git access is enabled for this repository"
26597
26638
  }
26598
26639
  },
26599
26640
  "required": [
@@ -27808,6 +27849,10 @@
27808
27849
  "starred_at": {
27809
27850
  "type": "string",
27810
27851
  "example": "\"2020-07-09T00:17:42Z\""
27852
+ },
27853
+ "anonymous_access_enabled": {
27854
+ "type": "boolean",
27855
+ "description": "Whether anonymous git access is enabled for this repository"
27811
27856
  }
27812
27857
  },
27813
27858
  "required": [
@@ -29594,6 +29639,10 @@
29594
29639
  "starred_at": {
29595
29640
  "type": "string",
29596
29641
  "example": "\"2020-07-09T00:17:42Z\""
29642
+ },
29643
+ "anonymous_access_enabled": {
29644
+ "type": "boolean",
29645
+ "description": "Whether anonymous git access is enabled for this repository"
29597
29646
  }
29598
29647
  },
29599
29648
  "required": [
@@ -32097,7 +32146,12 @@
32097
32146
  "description": "The reason for the current state",
32098
32147
  "example": "not_planned",
32099
32148
  "type": "string",
32100
- "nullable": true
32149
+ "nullable": true,
32150
+ "enum": [
32151
+ "completed",
32152
+ "reopened",
32153
+ "not_planned"
32154
+ ]
32101
32155
  },
32102
32156
  "title": {
32103
32157
  "description": "Title of the issue",
@@ -33969,6 +34023,10 @@
33969
34023
  "starred_at": {
33970
34024
  "type": "string",
33971
34025
  "example": "\"2020-07-09T00:17:42Z\""
34026
+ },
34027
+ "anonymous_access_enabled": {
34028
+ "type": "boolean",
34029
+ "description": "Whether anonymous git access is enabled for this repository"
33972
34030
  }
33973
34031
  },
33974
34032
  "required": [
@@ -35963,6 +36021,10 @@
35963
36021
  "starred_at": {
35964
36022
  "type": "string",
35965
36023
  "example": "\"2020-07-09T00:17:42Z\""
36024
+ },
36025
+ "anonymous_access_enabled": {
36026
+ "type": "boolean",
36027
+ "description": "Whether anonymous git access is enabled for this repository"
35966
36028
  }
35967
36029
  },
35968
36030
  "required": [
@@ -37584,6 +37646,10 @@
37584
37646
  "starred_at": {
37585
37647
  "type": "string",
37586
37648
  "example": "\"2020-07-09T00:17:42Z\""
37649
+ },
37650
+ "anonymous_access_enabled": {
37651
+ "type": "boolean",
37652
+ "description": "Whether anonymous git access is enabled for this repository"
37587
37653
  }
37588
37654
  },
37589
37655
  "required": [
@@ -39234,6 +39300,10 @@
39234
39300
  "starred_at": {
39235
39301
  "type": "string",
39236
39302
  "example": "\"2020-07-09T00:17:42Z\""
39303
+ },
39304
+ "anonymous_access_enabled": {
39305
+ "type": "boolean",
39306
+ "description": "Whether anonymous git access is enabled for this repository"
39237
39307
  }
39238
39308
  },
39239
39309
  "required": [
@@ -41130,6 +41200,10 @@
41130
41200
  "starred_at": {
41131
41201
  "type": "string",
41132
41202
  "example": "\"2020-07-09T00:17:42Z\""
41203
+ },
41204
+ "anonymous_access_enabled": {
41205
+ "type": "boolean",
41206
+ "description": "Whether anonymous git access is enabled for this repository"
41133
41207
  }
41134
41208
  },
41135
41209
  "required": [
@@ -42700,6 +42774,10 @@
42700
42774
  "starred_at": {
42701
42775
  "type": "string",
42702
42776
  "example": "\"2020-07-09T00:17:42Z\""
42777
+ },
42778
+ "anonymous_access_enabled": {
42779
+ "type": "boolean",
42780
+ "description": "Whether anonymous git access is enabled for this repository"
42703
42781
  }
42704
42782
  },
42705
42783
  "required": [
@@ -44555,6 +44633,10 @@
44555
44633
  "starred_at": {
44556
44634
  "type": "string",
44557
44635
  "example": "\"2020-07-09T00:17:42Z\""
44636
+ },
44637
+ "anonymous_access_enabled": {
44638
+ "type": "boolean",
44639
+ "description": "Whether anonymous git access is enabled for this repository"
44558
44640
  }
44559
44641
  },
44560
44642
  "required": [
@@ -46531,6 +46613,10 @@
46531
46613
  "starred_at": {
46532
46614
  "type": "string",
46533
46615
  "example": "\"2020-07-09T00:17:42Z\""
46616
+ },
46617
+ "anonymous_access_enabled": {
46618
+ "type": "boolean",
46619
+ "description": "Whether anonymous git access is enabled for this repository"
46534
46620
  }
46535
46621
  },
46536
46622
  "required": [
@@ -48924,6 +49010,10 @@
48924
49010
  "starred_at": {
48925
49011
  "type": "string",
48926
49012
  "example": "\"2020-07-09T00:17:42Z\""
49013
+ },
49014
+ "anonymous_access_enabled": {
49015
+ "type": "boolean",
49016
+ "description": "Whether anonymous git access is enabled for this repository"
48927
49017
  }
48928
49018
  },
48929
49019
  "required": [
@@ -50244,6 +50334,10 @@
50244
50334
  "starred_at": {
50245
50335
  "type": "string",
50246
50336
  "example": "\"2020-07-09T00:17:42Z\""
50337
+ },
50338
+ "anonymous_access_enabled": {
50339
+ "type": "boolean",
50340
+ "description": "Whether anonymous git access is enabled for this repository"
50247
50341
  }
50248
50342
  },
50249
50343
  "required": [
@@ -51357,6 +51451,10 @@
51357
51451
  "starred_at": {
51358
51452
  "type": "string",
51359
51453
  "example": "\"2020-07-09T00:17:42Z\""
51454
+ },
51455
+ "anonymous_access_enabled": {
51456
+ "type": "boolean",
51457
+ "description": "Whether anonymous git access is enabled for this repository"
51360
51458
  }
51361
51459
  },
51362
51460
  "required": [
@@ -53946,6 +54044,10 @@
53946
54044
  "starred_at": {
53947
54045
  "type": "string",
53948
54046
  "example": "\"2020-07-09T00:17:42Z\""
54047
+ },
54048
+ "anonymous_access_enabled": {
54049
+ "type": "boolean",
54050
+ "description": "Whether anonymous git access is enabled for this repository"
53949
54051
  }
53950
54052
  },
53951
54053
  "required": [
@@ -55266,6 +55368,10 @@
55266
55368
  "starred_at": {
55267
55369
  "type": "string",
55268
55370
  "example": "\"2020-07-09T00:17:42Z\""
55371
+ },
55372
+ "anonymous_access_enabled": {
55373
+ "type": "boolean",
55374
+ "description": "Whether anonymous git access is enabled for this repository"
55269
55375
  }
55270
55376
  },
55271
55377
  "required": [
@@ -56379,6 +56485,10 @@
56379
56485
  "starred_at": {
56380
56486
  "type": "string",
56381
56487
  "example": "\"2020-07-09T00:17:42Z\""
56488
+ },
56489
+ "anonymous_access_enabled": {
56490
+ "type": "boolean",
56491
+ "description": "Whether anonymous git access is enabled for this repository"
56382
56492
  }
56383
56493
  },
56384
56494
  "required": [
@@ -58405,6 +58515,10 @@
58405
58515
  "starred_at": {
58406
58516
  "type": "string",
58407
58517
  "example": "\"2020-07-09T00:17:42Z\""
58518
+ },
58519
+ "anonymous_access_enabled": {
58520
+ "type": "boolean",
58521
+ "description": "Whether anonymous git access is enabled for this repository"
58408
58522
  }
58409
58523
  },
58410
58524
  "required": [
@@ -59628,6 +59742,10 @@
59628
59742
  "starred_at": {
59629
59743
  "type": "string",
59630
59744
  "example": "\"2020-07-09T00:17:42Z\""
59745
+ },
59746
+ "anonymous_access_enabled": {
59747
+ "type": "boolean",
59748
+ "description": "Whether anonymous git access is enabled for this repository"
59631
59749
  }
59632
59750
  },
59633
59751
  "required": [
@@ -61917,6 +62035,10 @@
61917
62035
  "starred_at": {
61918
62036
  "type": "string",
61919
62037
  "example": "\"2020-07-09T00:17:42Z\""
62038
+ },
62039
+ "anonymous_access_enabled": {
62040
+ "type": "boolean",
62041
+ "description": "Whether anonymous git access is enabled for this repository"
61920
62042
  }
61921
62043
  },
61922
62044
  "required": [
@@ -63603,6 +63725,10 @@
63603
63725
  "starred_at": {
63604
63726
  "type": "string",
63605
63727
  "example": "\"2020-07-09T00:17:42Z\""
63728
+ },
63729
+ "anonymous_access_enabled": {
63730
+ "type": "boolean",
63731
+ "description": "Whether anonymous git access is enabled for this repository"
63606
63732
  }
63607
63733
  },
63608
63734
  "required": [
@@ -66191,6 +66317,10 @@
66191
66317
  "starred_at": {
66192
66318
  "type": "string",
66193
66319
  "example": "\"2020-07-09T00:17:42Z\""
66320
+ },
66321
+ "anonymous_access_enabled": {
66322
+ "type": "boolean",
66323
+ "description": "Whether anonymous git access is enabled for this repository"
66194
66324
  }
66195
66325
  },
66196
66326
  "required": [
@@ -67877,6 +68007,10 @@
67877
68007
  "starred_at": {
67878
68008
  "type": "string",
67879
68009
  "example": "\"2020-07-09T00:17:42Z\""
68010
+ },
68011
+ "anonymous_access_enabled": {
68012
+ "type": "boolean",
68013
+ "description": "Whether anonymous git access is enabled for this repository"
67880
68014
  }
67881
68015
  },
67882
68016
  "required": [
@@ -70476,6 +70610,10 @@
70476
70610
  "starred_at": {
70477
70611
  "type": "string",
70478
70612
  "example": "\"2020-07-09T00:17:42Z\""
70613
+ },
70614
+ "anonymous_access_enabled": {
70615
+ "type": "boolean",
70616
+ "description": "Whether anonymous git access is enabled for this repository"
70479
70617
  }
70480
70618
  },
70481
70619
  "required": [
@@ -72162,6 +72300,10 @@
72162
72300
  "starred_at": {
72163
72301
  "type": "string",
72164
72302
  "example": "\"2020-07-09T00:17:42Z\""
72303
+ },
72304
+ "anonymous_access_enabled": {
72305
+ "type": "boolean",
72306
+ "description": "Whether anonymous git access is enabled for this repository"
72165
72307
  }
72166
72308
  },
72167
72309
  "required": [
@@ -74943,6 +75085,10 @@
74943
75085
  "starred_at": {
74944
75086
  "type": "string",
74945
75087
  "example": "\"2020-07-09T00:17:42Z\""
75088
+ },
75089
+ "anonymous_access_enabled": {
75090
+ "type": "boolean",
75091
+ "description": "Whether anonymous git access is enabled for this repository"
74946
75092
  }
74947
75093
  },
74948
75094
  "required": [
@@ -76629,6 +76775,10 @@
76629
76775
  "starred_at": {
76630
76776
  "type": "string",
76631
76777
  "example": "\"2020-07-09T00:17:42Z\""
76778
+ },
76779
+ "anonymous_access_enabled": {
76780
+ "type": "boolean",
76781
+ "description": "Whether anonymous git access is enabled for this repository"
76632
76782
  }
76633
76783
  },
76634
76784
  "required": [
@@ -77284,6 +77434,11 @@
77284
77434
  "url_template": {
77285
77435
  "type": "string",
77286
77436
  "description": "The URL must contain `<num>` for the reference number."
77437
+ },
77438
+ "is_alphanumeric": {
77439
+ "type": "boolean",
77440
+ "default": "true",
77441
+ "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."
77287
77442
  }
77288
77443
  },
77289
77444
  "required": [
@@ -77295,7 +77450,8 @@
77295
77450
  "default": {
77296
77451
  "value": {
77297
77452
  "key_prefix": "TICKET-",
77298
- "url_template": "https://example.com/TICKET?query=<num>"
77453
+ "url_template": "https://example.com/TICKET?query=<num>",
77454
+ "is_alphanumeric": true
77299
77455
  }
77300
77456
  }
77301
77457
  }
@@ -79501,6 +79657,10 @@
79501
79657
  "starred_at": {
79502
79658
  "type": "string",
79503
79659
  "example": "\"2020-07-09T00:17:42Z\""
79660
+ },
79661
+ "anonymous_access_enabled": {
79662
+ "type": "boolean",
79663
+ "description": "Whether anonymous git access is enabled for this repository"
79504
79664
  }
79505
79665
  },
79506
79666
  "required": [
@@ -82005,6 +82165,10 @@
82005
82165
  "starred_at": {
82006
82166
  "type": "string",
82007
82167
  "example": "\"2020-07-09T00:17:42Z\""
82168
+ },
82169
+ "anonymous_access_enabled": {
82170
+ "type": "boolean",
82171
+ "description": "Whether anonymous git access is enabled for this repository"
82008
82172
  }
82009
82173
  },
82010
82174
  "required": [
@@ -84232,6 +84396,10 @@
84232
84396
  "starred_at": {
84233
84397
  "type": "string",
84234
84398
  "example": "\"2020-07-09T00:17:42Z\""
84399
+ },
84400
+ "anonymous_access_enabled": {
84401
+ "type": "boolean",
84402
+ "description": "Whether anonymous git access is enabled for this repository"
84235
84403
  }
84236
84404
  },
84237
84405
  "required": [
@@ -86632,6 +86800,10 @@
86632
86800
  "starred_at": {
86633
86801
  "type": "string",
86634
86802
  "example": "\"2020-07-09T00:17:42Z\""
86803
+ },
86804
+ "anonymous_access_enabled": {
86805
+ "type": "boolean",
86806
+ "description": "Whether anonymous git access is enabled for this repository"
86635
86807
  }
86636
86808
  },
86637
86809
  "required": [
@@ -88185,6 +88357,11 @@
88185
88357
  "nullable": true,
88186
88358
  "type": "string",
88187
88359
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
88360
+ },
88361
+ "help_uri": {
88362
+ "nullable": true,
88363
+ "type": "string",
88364
+ "description": "A link to the documentation for the rule used to detect the alert."
88188
88365
  }
88189
88366
  }
88190
88367
  },
@@ -88346,7 +88523,8 @@
88346
88523
  "security",
88347
88524
  "external/cwe/cwe-022"
88348
88525
  ],
88349
- "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 ..."
88526
+ "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 ...",
88527
+ "help_uri": "https://codeql.github.com/"
88350
88528
  },
88351
88529
  "tool": {
88352
88530
  "name": "CodeQL",
@@ -88802,6 +88980,11 @@
88802
88980
  "nullable": true,
88803
88981
  "type": "string",
88804
88982
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
88983
+ },
88984
+ "help_uri": {
88985
+ "nullable": true,
88986
+ "type": "string",
88987
+ "description": "A link to the documentation for the rule used to detect the alert."
88805
88988
  }
88806
88989
  }
88807
88990
  },
@@ -88963,7 +89146,8 @@
88963
89146
  "security",
88964
89147
  "external/cwe/cwe-022"
88965
89148
  ],
88966
- "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 ..."
89149
+ "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 ...",
89150
+ "help_uri": "https://codeql.github.com/"
88967
89151
  },
88968
89152
  "tool": {
88969
89153
  "name": "CodeQL",
@@ -90939,6 +91123,10 @@
90939
91123
  "starred_at": {
90940
91124
  "type": "string",
90941
91125
  "example": "\"2020-07-09T00:17:42Z\""
91126
+ },
91127
+ "anonymous_access_enabled": {
91128
+ "type": "boolean",
91129
+ "description": "Whether anonymous git access is enabled for this repository"
90942
91130
  }
90943
91131
  },
90944
91132
  "required": [
@@ -94692,6 +94880,10 @@
94692
94880
  "starred_at": {
94693
94881
  "type": "string",
94694
94882
  "example": "\"2020-07-09T00:17:42Z\""
94883
+ },
94884
+ "anonymous_access_enabled": {
94885
+ "type": "boolean",
94886
+ "description": "Whether anonymous git access is enabled for this repository"
94695
94887
  }
94696
94888
  },
94697
94889
  "required": [
@@ -95946,6 +96138,10 @@
95946
96138
  "starred_at": {
95947
96139
  "type": "string",
95948
96140
  "example": "\"2020-07-09T00:17:42Z\""
96141
+ },
96142
+ "anonymous_access_enabled": {
96143
+ "type": "boolean",
96144
+ "description": "Whether anonymous git access is enabled for this repository"
95949
96145
  }
95950
96146
  },
95951
96147
  "required": [
@@ -99002,6 +99198,10 @@
99002
99198
  "starred_at": {
99003
99199
  "type": "string",
99004
99200
  "example": "\"2020-07-09T00:17:42Z\""
99201
+ },
99202
+ "anonymous_access_enabled": {
99203
+ "type": "boolean",
99204
+ "description": "Whether anonymous git access is enabled for this repository"
99005
99205
  }
99006
99206
  },
99007
99207
  "required": [
@@ -101150,6 +101350,10 @@
101150
101350
  "starred_at": {
101151
101351
  "type": "string",
101152
101352
  "example": "\"2020-07-09T00:17:42Z\""
101353
+ },
101354
+ "anonymous_access_enabled": {
101355
+ "type": "boolean",
101356
+ "description": "Whether anonymous git access is enabled for this repository"
101153
101357
  }
101154
101358
  },
101155
101359
  "required": [
@@ -101751,7 +101955,12 @@
101751
101955
  "description": "The reason for the current state",
101752
101956
  "example": "not_planned",
101753
101957
  "type": "string",
101754
- "nullable": true
101958
+ "nullable": true,
101959
+ "enum": [
101960
+ "completed",
101961
+ "reopened",
101962
+ "not_planned"
101963
+ ]
101755
101964
  },
101756
101965
  "title": {
101757
101966
  "description": "Title of the issue",
@@ -103623,6 +103832,10 @@
103623
103832
  "starred_at": {
103624
103833
  "type": "string",
103625
103834
  "example": "\"2020-07-09T00:17:42Z\""
103835
+ },
103836
+ "anonymous_access_enabled": {
103837
+ "type": "boolean",
103838
+ "description": "Whether anonymous git access is enabled for this repository"
103626
103839
  }
103627
103840
  },
103628
103841
  "required": [
@@ -106207,6 +106420,10 @@
106207
106420
  "starred_at": {
106208
106421
  "type": "string",
106209
106422
  "example": "\"2020-07-09T00:17:42Z\""
106423
+ },
106424
+ "anonymous_access_enabled": {
106425
+ "type": "boolean",
106426
+ "description": "Whether anonymous git access is enabled for this repository"
106210
106427
  }
106211
106428
  },
106212
106429
  "required": [
@@ -108184,6 +108401,10 @@
108184
108401
  "starred_at": {
108185
108402
  "type": "string",
108186
108403
  "example": "\"2020-07-09T00:17:42Z\""
108404
+ },
108405
+ "anonymous_access_enabled": {
108406
+ "type": "boolean",
108407
+ "description": "Whether anonymous git access is enabled for this repository"
108187
108408
  }
108188
108409
  },
108189
108410
  "required": [
@@ -109504,6 +109725,10 @@
109504
109725
  "starred_at": {
109505
109726
  "type": "string",
109506
109727
  "example": "\"2020-07-09T00:17:42Z\""
109728
+ },
109729
+ "anonymous_access_enabled": {
109730
+ "type": "boolean",
109731
+ "description": "Whether anonymous git access is enabled for this repository"
109507
109732
  }
109508
109733
  },
109509
109734
  "required": [
@@ -110617,6 +110842,10 @@
110617
110842
  "starred_at": {
110618
110843
  "type": "string",
110619
110844
  "example": "\"2020-07-09T00:17:42Z\""
110845
+ },
110846
+ "anonymous_access_enabled": {
110847
+ "type": "boolean",
110848
+ "description": "Whether anonymous git access is enabled for this repository"
110620
110849
  }
110621
110850
  },
110622
110851
  "required": [
@@ -113956,6 +114185,10 @@
113956
114185
  "starred_at": {
113957
114186
  "type": "string",
113958
114187
  "example": "\"2020-07-09T00:17:42Z\""
114188
+ },
114189
+ "anonymous_access_enabled": {
114190
+ "type": "boolean",
114191
+ "description": "Whether anonymous git access is enabled for this repository"
113959
114192
  }
113960
114193
  },
113961
114194
  "required": [
@@ -116166,6 +116399,10 @@
116166
116399
  "starred_at": {
116167
116400
  "type": "string",
116168
116401
  "example": "\"2020-07-09T00:17:42Z\""
116402
+ },
116403
+ "anonymous_access_enabled": {
116404
+ "type": "boolean",
116405
+ "description": "Whether anonymous git access is enabled for this repository"
116169
116406
  }
116170
116407
  },
116171
116408
  "required": [
@@ -117015,7 +117252,12 @@
117015
117252
  "description": "The reason for the current state",
117016
117253
  "example": "not_planned",
117017
117254
  "type": "string",
117018
- "nullable": true
117255
+ "nullable": true,
117256
+ "enum": [
117257
+ "completed",
117258
+ "reopened",
117259
+ "not_planned"
117260
+ ]
117019
117261
  },
117020
117262
  "title": {
117021
117263
  "description": "Title of the issue",
@@ -118887,6 +119129,10 @@
118887
119129
  "starred_at": {
118888
119130
  "type": "string",
118889
119131
  "example": "\"2020-07-09T00:17:42Z\""
119132
+ },
119133
+ "anonymous_access_enabled": {
119134
+ "type": "boolean",
119135
+ "description": "Whether anonymous git access is enabled for this repository"
118890
119136
  }
118891
119137
  },
118892
119138
  "required": [
@@ -119798,7 +120044,12 @@
119798
120044
  "description": "The reason for the current state",
119799
120045
  "example": "not_planned",
119800
120046
  "type": "string",
119801
- "nullable": true
120047
+ "nullable": true,
120048
+ "enum": [
120049
+ "completed",
120050
+ "reopened",
120051
+ "not_planned"
120052
+ ]
119802
120053
  },
119803
120054
  "title": {
119804
120055
  "description": "Title of the issue",
@@ -121670,6 +121921,10 @@
121670
121921
  "starred_at": {
121671
121922
  "type": "string",
121672
121923
  "example": "\"2020-07-09T00:17:42Z\""
121924
+ },
121925
+ "anonymous_access_enabled": {
121926
+ "type": "boolean",
121927
+ "description": "Whether anonymous git access is enabled for this repository"
121673
121928
  }
121674
121929
  },
121675
121930
  "required": [
@@ -122706,7 +122961,12 @@
122706
122961
  "description": "The reason for the current state",
122707
122962
  "example": "not_planned",
122708
122963
  "type": "string",
122709
- "nullable": true
122964
+ "nullable": true,
122965
+ "enum": [
122966
+ "completed",
122967
+ "reopened",
122968
+ "not_planned"
122969
+ ]
122710
122970
  },
122711
122971
  "title": {
122712
122972
  "description": "Title of the issue",
@@ -124578,6 +124838,10 @@
124578
124838
  "starred_at": {
124579
124839
  "type": "string",
124580
124840
  "example": "\"2020-07-09T00:17:42Z\""
124841
+ },
124842
+ "anonymous_access_enabled": {
124843
+ "type": "boolean",
124844
+ "description": "Whether anonymous git access is enabled for this repository"
124581
124845
  }
124582
124846
  },
124583
124847
  "required": [
@@ -126545,7 +126809,12 @@
126545
126809
  "description": "The reason for the current state",
126546
126810
  "example": "not_planned",
126547
126811
  "type": "string",
126548
- "nullable": true
126812
+ "nullable": true,
126813
+ "enum": [
126814
+ "completed",
126815
+ "reopened",
126816
+ "not_planned"
126817
+ ]
126549
126818
  },
126550
126819
  "title": {
126551
126820
  "description": "Title of the issue",
@@ -128417,6 +128686,10 @@
128417
128686
  "starred_at": {
128418
128687
  "type": "string",
128419
128688
  "example": "\"2020-07-09T00:17:42Z\""
128689
+ },
128690
+ "anonymous_access_enabled": {
128691
+ "type": "boolean",
128692
+ "description": "Whether anonymous git access is enabled for this repository"
128420
128693
  }
128421
128694
  },
128422
128695
  "required": [
@@ -130266,7 +130539,12 @@
130266
130539
  "description": "The reason for the current state",
130267
130540
  "example": "not_planned",
130268
130541
  "type": "string",
130269
- "nullable": true
130542
+ "nullable": true,
130543
+ "enum": [
130544
+ "completed",
130545
+ "reopened",
130546
+ "not_planned"
130547
+ ]
130270
130548
  },
130271
130549
  "title": {
130272
130550
  "description": "Title of the issue",
@@ -132138,6 +132416,10 @@
132138
132416
  "starred_at": {
132139
132417
  "type": "string",
132140
132418
  "example": "\"2020-07-09T00:17:42Z\""
132419
+ },
132420
+ "anonymous_access_enabled": {
132421
+ "type": "boolean",
132422
+ "description": "Whether anonymous git access is enabled for this repository"
132141
132423
  }
132142
132424
  },
132143
132425
  "required": [
@@ -132892,6 +133174,11 @@
132892
133174
  },
132893
133175
  "state_reason": {
132894
133176
  "type": "string",
133177
+ "enum": [
133178
+ "completed",
133179
+ "not_planned",
133180
+ "reopened"
133181
+ ],
132895
133182
  "nullable": true,
132896
133183
  "description": "The reason for the current state",
132897
133184
  "example": "not_planned"
@@ -133021,7 +133308,12 @@
133021
133308
  "description": "The reason for the current state",
133022
133309
  "example": "not_planned",
133023
133310
  "type": "string",
133024
- "nullable": true
133311
+ "nullable": true,
133312
+ "enum": [
133313
+ "completed",
133314
+ "reopened",
133315
+ "not_planned"
133316
+ ]
133025
133317
  },
133026
133318
  "title": {
133027
133319
  "description": "Title of the issue",
@@ -134893,6 +135185,10 @@
134893
135185
  "starred_at": {
134894
135186
  "type": "string",
134895
135187
  "example": "\"2020-07-09T00:17:42Z\""
135188
+ },
135189
+ "anonymous_access_enabled": {
135190
+ "type": "boolean",
135191
+ "description": "Whether anonymous git access is enabled for this repository"
134896
135192
  }
134897
135193
  },
134898
135194
  "required": [
@@ -135807,7 +136103,12 @@
135807
136103
  "description": "The reason for the current state",
135808
136104
  "example": "not_planned",
135809
136105
  "type": "string",
135810
- "nullable": true
136106
+ "nullable": true,
136107
+ "enum": [
136108
+ "completed",
136109
+ "reopened",
136110
+ "not_planned"
136111
+ ]
135811
136112
  },
135812
136113
  "title": {
135813
136114
  "description": "Title of the issue",
@@ -137679,6 +137980,10 @@
137679
137980
  "starred_at": {
137680
137981
  "type": "string",
137681
137982
  "example": "\"2020-07-09T00:17:42Z\""
137983
+ },
137984
+ "anonymous_access_enabled": {
137985
+ "type": "boolean",
137986
+ "description": "Whether anonymous git access is enabled for this repository"
137682
137987
  }
137683
137988
  },
137684
137989
  "required": [
@@ -140334,6 +140639,10 @@
140334
140639
  "starred_at": {
140335
140640
  "type": "string",
140336
140641
  "example": "\"2020-07-09T00:17:42Z\""
140642
+ },
140643
+ "anonymous_access_enabled": {
140644
+ "type": "boolean",
140645
+ "description": "Whether anonymous git access is enabled for this repository"
140337
140646
  }
140338
140647
  },
140339
140648
  "required": [
@@ -142919,6 +143228,10 @@
142919
143228
  "starred_at": {
142920
143229
  "type": "string",
142921
143230
  "example": "\"2020-07-09T00:17:42Z\""
143231
+ },
143232
+ "anonymous_access_enabled": {
143233
+ "type": "boolean",
143234
+ "description": "Whether anonymous git access is enabled for this repository"
142922
143235
  }
142923
143236
  },
142924
143237
  "required": [
@@ -144173,6 +144486,10 @@
144173
144486
  "starred_at": {
144174
144487
  "type": "string",
144175
144488
  "example": "\"2020-07-09T00:17:42Z\""
144489
+ },
144490
+ "anonymous_access_enabled": {
144491
+ "type": "boolean",
144492
+ "description": "Whether anonymous git access is enabled for this repository"
144176
144493
  }
144177
144494
  },
144178
144495
  "required": [
@@ -147506,6 +147823,10 @@
147506
147823
  "starred_at": {
147507
147824
  "type": "string",
147508
147825
  "example": "\"2020-07-09T00:17:42Z\""
147826
+ },
147827
+ "anonymous_access_enabled": {
147828
+ "type": "boolean",
147829
+ "description": "Whether anonymous git access is enabled for this repository"
147509
147830
  }
147510
147831
  },
147511
147832
  "required": [
@@ -148760,6 +149081,10 @@
148760
149081
  "starred_at": {
148761
149082
  "type": "string",
148762
149083
  "example": "\"2020-07-09T00:17:42Z\""
149084
+ },
149085
+ "anonymous_access_enabled": {
149086
+ "type": "boolean",
149087
+ "description": "Whether anonymous git access is enabled for this repository"
148763
149088
  }
148764
149089
  },
148765
149090
  "required": [
@@ -154242,6 +154567,10 @@
154242
154567
  "starred_at": {
154243
154568
  "type": "string",
154244
154569
  "example": "\"2020-07-09T00:17:42Z\""
154570
+ },
154571
+ "anonymous_access_enabled": {
154572
+ "type": "boolean",
154573
+ "description": "Whether anonymous git access is enabled for this repository"
154245
154574
  }
154246
154575
  },
154247
154576
  "required": [
@@ -154710,7 +155039,7 @@
154710
155039
  "/repos/{template_owner}/{template_repo}/generate": {
154711
155040
  "post": {
154712
155041
  "summary": "Create a repository using a template",
154713
- "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/github-ae@latest/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/github-ae@latest/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",
155042
+ "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/github-ae@latest/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/github-ae@latest/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",
154714
155043
  "tags": [
154715
155044
  "repos"
154716
155045
  ],
@@ -155825,6 +156154,10 @@
155825
156154
  "starred_at": {
155826
156155
  "type": "string",
155827
156156
  "example": "\"2020-07-09T00:17:42Z\""
156157
+ },
156158
+ "anonymous_access_enabled": {
156159
+ "type": "boolean",
156160
+ "description": "Whether anonymous git access is enabled for this repository"
155828
156161
  }
155829
156162
  },
155830
156163
  "required": [
@@ -157634,6 +157967,10 @@
157634
157967
  "starred_at": {
157635
157968
  "type": "string",
157636
157969
  "example": "\"2020-07-09T00:17:42Z\""
157970
+ },
157971
+ "anonymous_access_enabled": {
157972
+ "type": "boolean",
157973
+ "description": "Whether anonymous git access is enabled for this repository"
157637
157974
  }
157638
157975
  },
157639
157976
  "required": [
@@ -159993,6 +160330,10 @@
159993
160330
  "starred_at": {
159994
160331
  "type": "string",
159995
160332
  "example": "\"2020-07-09T00:17:42Z\""
160333
+ },
160334
+ "anonymous_access_enabled": {
160335
+ "type": "boolean",
160336
+ "description": "Whether anonymous git access is enabled for this repository"
159996
160337
  }
159997
160338
  },
159998
160339
  "required": [
@@ -162347,6 +162688,10 @@
162347
162688
  "starred_at": {
162348
162689
  "type": "string",
162349
162690
  "example": "\"2020-07-09T00:17:42Z\""
162691
+ },
162692
+ "anonymous_access_enabled": {
162693
+ "type": "boolean",
162694
+ "description": "Whether anonymous git access is enabled for this repository"
162350
162695
  }
162351
162696
  },
162352
162697
  "required": [
@@ -164520,6 +164865,10 @@
164520
164865
  "starred_at": {
164521
164866
  "type": "string",
164522
164867
  "example": "\"2020-07-09T00:17:42Z\""
164868
+ },
164869
+ "anonymous_access_enabled": {
164870
+ "type": "boolean",
164871
+ "description": "Whether anonymous git access is enabled for this repository"
164523
164872
  }
164524
164873
  },
164525
164874
  "required": [
@@ -166516,6 +166865,10 @@
166516
166865
  "starred_at": {
166517
166866
  "type": "string",
166518
166867
  "example": "\"2020-07-09T00:17:42Z\""
166868
+ },
166869
+ "anonymous_access_enabled": {
166870
+ "type": "boolean",
166871
+ "description": "Whether anonymous git access is enabled for this repository"
166519
166872
  }
166520
166873
  },
166521
166874
  "required": [
@@ -170114,6 +170467,10 @@
170114
170467
  "starred_at": {
170115
170468
  "type": "string",
170116
170469
  "example": "\"2020-07-09T00:17:42Z\""
170470
+ },
170471
+ "anonymous_access_enabled": {
170472
+ "type": "boolean",
170473
+ "description": "Whether anonymous git access is enabled for this repository"
170117
170474
  }
170118
170475
  },
170119
170476
  "required": [
@@ -170579,7 +170936,12 @@
170579
170936
  "description": "The reason for the current state",
170580
170937
  "example": "not_planned",
170581
170938
  "type": "string",
170582
- "nullable": true
170939
+ "nullable": true,
170940
+ "enum": [
170941
+ "completed",
170942
+ "reopened",
170943
+ "not_planned"
170944
+ ]
170583
170945
  },
170584
170946
  "title": {
170585
170947
  "description": "Title of the issue",
@@ -172451,6 +172813,10 @@
172451
172813
  "starred_at": {
172452
172814
  "type": "string",
172453
172815
  "example": "\"2020-07-09T00:17:42Z\""
172816
+ },
172817
+ "anonymous_access_enabled": {
172818
+ "type": "boolean",
172819
+ "description": "Whether anonymous git access is enabled for this repository"
172454
172820
  }
172455
172821
  },
172456
172822
  "required": [
@@ -174423,6 +174789,10 @@
174423
174789
  "starred_at": {
174424
174790
  "type": "string",
174425
174791
  "example": "\"2020-07-09T00:17:42Z\""
174792
+ },
174793
+ "anonymous_access_enabled": {
174794
+ "type": "boolean",
174795
+ "description": "Whether anonymous git access is enabled for this repository"
174426
174796
  }
174427
174797
  },
174428
174798
  "required": [
@@ -176098,6 +176468,10 @@
176098
176468
  "starred_at": {
176099
176469
  "type": "string",
176100
176470
  "example": "\"2020-07-09T00:17:42Z\""
176471
+ },
176472
+ "anonymous_access_enabled": {
176473
+ "type": "boolean",
176474
+ "description": "Whether anonymous git access is enabled for this repository"
176101
176475
  }
176102
176476
  },
176103
176477
  "required": [
@@ -178046,6 +178420,10 @@
178046
178420
  "starred_at": {
178047
178421
  "type": "string",
178048
178422
  "example": "\"2020-07-09T00:17:42Z\""
178423
+ },
178424
+ "anonymous_access_enabled": {
178425
+ "type": "boolean",
178426
+ "description": "Whether anonymous git access is enabled for this repository"
178049
178427
  }
178050
178428
  },
178051
178429
  "required": [
@@ -179600,6 +179978,10 @@
179600
179978
  "starred_at": {
179601
179979
  "type": "string",
179602
179980
  "example": "\"2020-07-09T00:17:42Z\""
179981
+ },
179982
+ "anonymous_access_enabled": {
179983
+ "type": "boolean",
179984
+ "description": "Whether anonymous git access is enabled for this repository"
179603
179985
  }
179604
179986
  },
179605
179987
  "required": [
@@ -181149,6 +181531,10 @@
181149
181531
  "starred_at": {
181150
181532
  "type": "string",
181151
181533
  "example": "\"2020-07-09T00:17:42Z\""
181534
+ },
181535
+ "anonymous_access_enabled": {
181536
+ "type": "boolean",
181537
+ "description": "Whether anonymous git access is enabled for this repository"
181152
181538
  }
181153
181539
  },
181154
181540
  "required": [
@@ -183111,6 +183497,10 @@
183111
183497
  "starred_at": {
183112
183498
  "type": "string",
183113
183499
  "example": "\"2020-07-09T00:17:42Z\""
183500
+ },
183501
+ "anonymous_access_enabled": {
183502
+ "type": "boolean",
183503
+ "description": "Whether anonymous git access is enabled for this repository"
183114
183504
  }
183115
183505
  },
183116
183506
  "required": [
@@ -184947,6 +185337,10 @@
184947
185337
  "starred_at": {
184948
185338
  "type": "string",
184949
185339
  "example": "\"2020-07-09T00:17:42Z\""
185340
+ },
185341
+ "anonymous_access_enabled": {
185342
+ "type": "boolean",
185343
+ "description": "Whether anonymous git access is enabled for this repository"
184950
185344
  }
184951
185345
  },
184952
185346
  "required": [
@@ -186204,6 +186598,10 @@
186204
186598
  "starred_at": {
186205
186599
  "type": "string",
186206
186600
  "example": "\"2020-07-09T00:17:42Z\""
186601
+ },
186602
+ "anonymous_access_enabled": {
186603
+ "type": "boolean",
186604
+ "description": "Whether anonymous git access is enabled for this repository"
186207
186605
  }
186208
186606
  },
186209
186607
  "required": [
@@ -188013,6 +188411,10 @@
188013
188411
  "starred_at": {
188014
188412
  "type": "string",
188015
188413
  "example": "\"2020-07-09T00:17:42Z\""
188414
+ },
188415
+ "anonymous_access_enabled": {
188416
+ "type": "boolean",
188417
+ "description": "Whether anonymous git access is enabled for this repository"
188016
188418
  }
188017
188419
  },
188018
188420
  "required": [
@@ -188628,7 +189030,12 @@
188628
189030
  "description": "The reason for the current state",
188629
189031
  "example": "not_planned",
188630
189032
  "type": "string",
188631
- "nullable": true
189033
+ "nullable": true,
189034
+ "enum": [
189035
+ "completed",
189036
+ "reopened",
189037
+ "not_planned"
189038
+ ]
188632
189039
  },
188633
189040
  "title": {
188634
189041
  "description": "Title of the issue",
@@ -190500,6 +190907,10 @@
190500
190907
  "starred_at": {
190501
190908
  "type": "string",
190502
190909
  "example": "\"2020-07-09T00:17:42Z\""
190910
+ },
190911
+ "anonymous_access_enabled": {
190912
+ "type": "boolean",
190913
+ "description": "Whether anonymous git access is enabled for this repository"
190503
190914
  }
190504
190915
  },
190505
190916
  "required": [
@@ -191756,7 +192167,12 @@
191756
192167
  "description": "The reason for the current state",
191757
192168
  "example": "not_planned",
191758
192169
  "type": "string",
191759
- "nullable": true
192170
+ "nullable": true,
192171
+ "enum": [
192172
+ "completed",
192173
+ "reopened",
192174
+ "not_planned"
192175
+ ]
191760
192176
  },
191761
192177
  "title": {
191762
192178
  "description": "Title of the issue",
@@ -193628,6 +194044,10 @@
193628
194044
  "starred_at": {
193629
194045
  "type": "string",
193630
194046
  "example": "\"2020-07-09T00:17:42Z\""
194047
+ },
194048
+ "anonymous_access_enabled": {
194049
+ "type": "boolean",
194050
+ "description": "Whether anonymous git access is enabled for this repository"
193631
194051
  }
193632
194052
  },
193633
194053
  "required": [
@@ -197291,6 +197711,10 @@
197291
197711
  "starred_at": {
197292
197712
  "type": "string",
197293
197713
  "example": "\"2020-07-09T00:17:42Z\""
197714
+ },
197715
+ "anonymous_access_enabled": {
197716
+ "type": "boolean",
197717
+ "description": "Whether anonymous git access is enabled for this repository"
197294
197718
  }
197295
197719
  },
197296
197720
  "required": [
@@ -199163,6 +199587,10 @@
199163
199587
  "starred_at": {
199164
199588
  "type": "string",
199165
199589
  "example": "\"2020-07-09T00:17:42Z\""
199590
+ },
199591
+ "anonymous_access_enabled": {
199592
+ "type": "boolean",
199593
+ "description": "Whether anonymous git access is enabled for this repository"
199166
199594
  }
199167
199595
  },
199168
199596
  "required": [