@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": {
@@ -9807,6 +9807,10 @@
9807
9807
  "starred_at": {
9808
9808
  "type": "string",
9809
9809
  "example": "\"2020-07-09T00:17:42Z\""
9810
+ },
9811
+ "anonymous_access_enabled": {
9812
+ "type": "boolean",
9813
+ "description": "Whether anonymous git access is enabled for this repository"
9810
9814
  }
9811
9815
  },
9812
9816
  "required": [
@@ -19733,6 +19737,10 @@
19733
19737
  "starred_at": {
19734
19738
  "type": "string",
19735
19739
  "example": "\"2020-07-09T00:17:42Z\""
19740
+ },
19741
+ "anonymous_access_enabled": {
19742
+ "type": "boolean",
19743
+ "description": "Whether anonymous git access is enabled for this repository"
19736
19744
  }
19737
19745
  },
19738
19746
  "required": [
@@ -20947,6 +20955,10 @@
20947
20955
  "starred_at": {
20948
20956
  "type": "string",
20949
20957
  "example": "\"2020-07-09T00:17:42Z\""
20958
+ },
20959
+ "anonymous_access_enabled": {
20960
+ "type": "boolean",
20961
+ "description": "Whether anonymous git access is enabled for this repository"
20950
20962
  }
20951
20963
  },
20952
20964
  "required": [
@@ -33150,6 +33162,10 @@
33150
33162
  "starred_at": {
33151
33163
  "type": "string",
33152
33164
  "example": "\"2020-07-09T00:17:42Z\""
33165
+ },
33166
+ "anonymous_access_enabled": {
33167
+ "type": "boolean",
33168
+ "description": "Whether anonymous git access is enabled for this repository"
33153
33169
  }
33154
33170
  },
33155
33171
  "required": [
@@ -33673,7 +33689,12 @@
33673
33689
  "description": "The reason for the current state",
33674
33690
  "example": "not_planned",
33675
33691
  "type": "string",
33676
- "nullable": true
33692
+ "nullable": true,
33693
+ "enum": [
33694
+ "completed",
33695
+ "reopened",
33696
+ "not_planned"
33697
+ ]
33677
33698
  },
33678
33699
  "title": {
33679
33700
  "description": "Title of the issue",
@@ -35545,6 +35566,10 @@
35545
35566
  "starred_at": {
35546
35567
  "type": "string",
35547
35568
  "example": "\"2020-07-09T00:17:42Z\""
35569
+ },
35570
+ "anonymous_access_enabled": {
35571
+ "type": "boolean",
35572
+ "description": "Whether anonymous git access is enabled for this repository"
35548
35573
  }
35549
35574
  },
35550
35575
  "required": [
@@ -38642,6 +38667,10 @@
38642
38667
  "starred_at": {
38643
38668
  "type": "string",
38644
38669
  "example": "\"2020-07-09T00:17:42Z\""
38670
+ },
38671
+ "anonymous_access_enabled": {
38672
+ "type": "boolean",
38673
+ "description": "Whether anonymous git access is enabled for this repository"
38645
38674
  }
38646
38675
  },
38647
38676
  "required": [
@@ -40793,6 +40822,10 @@
40793
40822
  "starred_at": {
40794
40823
  "type": "string",
40795
40824
  "example": "\"2020-07-09T00:17:42Z\""
40825
+ },
40826
+ "anonymous_access_enabled": {
40827
+ "type": "boolean",
40828
+ "description": "Whether anonymous git access is enabled for this repository"
40796
40829
  }
40797
40830
  },
40798
40831
  "required": [
@@ -44249,6 +44282,10 @@
44249
44282
  "starred_at": {
44250
44283
  "type": "string",
44251
44284
  "example": "\"2020-07-09T00:17:42Z\""
44285
+ },
44286
+ "anonymous_access_enabled": {
44287
+ "type": "boolean",
44288
+ "description": "Whether anonymous git access is enabled for this repository"
44252
44289
  }
44253
44290
  },
44254
44291
  "required": [
@@ -46886,6 +46923,10 @@
46886
46923
  "starred_at": {
46887
46924
  "type": "string",
46888
46925
  "example": "\"2020-07-09T00:17:42Z\""
46926
+ },
46927
+ "anonymous_access_enabled": {
46928
+ "type": "boolean",
46929
+ "description": "Whether anonymous git access is enabled for this repository"
46889
46930
  }
46890
46931
  },
46891
46932
  "required": [
@@ -48100,6 +48141,10 @@
48100
48141
  "starred_at": {
48101
48142
  "type": "string",
48102
48143
  "example": "\"2020-07-09T00:17:42Z\""
48144
+ },
48145
+ "anonymous_access_enabled": {
48146
+ "type": "boolean",
48147
+ "description": "Whether anonymous git access is enabled for this repository"
48103
48148
  }
48104
48149
  },
48105
48150
  "required": [
@@ -50459,6 +50504,10 @@
50459
50504
  "starred_at": {
50460
50505
  "type": "string",
50461
50506
  "example": "\"2020-07-09T00:17:42Z\""
50507
+ },
50508
+ "anonymous_access_enabled": {
50509
+ "type": "boolean",
50510
+ "description": "Whether anonymous git access is enabled for this repository"
50462
50511
  }
50463
50512
  },
50464
50513
  "required": [
@@ -55809,7 +55858,12 @@
55809
55858
  "description": "The reason for the current state",
55810
55859
  "example": "not_planned",
55811
55860
  "type": "string",
55812
- "nullable": true
55861
+ "nullable": true,
55862
+ "enum": [
55863
+ "completed",
55864
+ "reopened",
55865
+ "not_planned"
55866
+ ]
55813
55867
  },
55814
55868
  "title": {
55815
55869
  "description": "Title of the issue",
@@ -57681,6 +57735,10 @@
57681
57735
  "starred_at": {
57682
57736
  "type": "string",
57683
57737
  "example": "\"2020-07-09T00:17:42Z\""
57738
+ },
57739
+ "anonymous_access_enabled": {
57740
+ "type": "boolean",
57741
+ "description": "Whether anonymous git access is enabled for this repository"
57684
57742
  }
57685
57743
  },
57686
57744
  "required": [
@@ -58649,17 +58707,6 @@
58649
58707
  }
58650
58708
  }
58651
58709
  },
58652
- "302": {
58653
- "description": "Response if requester is not an organization member",
58654
- "headers": {
58655
- "Location": {
58656
- "example": "https://api.github.com/orgs/github/public_members",
58657
- "schema": {
58658
- "type": "string"
58659
- }
58660
- }
58661
- }
58662
- },
58663
58710
  "422": {
58664
58711
  "description": "Validation failed",
58665
58712
  "content": {
@@ -61085,6 +61132,10 @@
61085
61132
  "starred_at": {
61086
61133
  "type": "string",
61087
61134
  "example": "\"2020-07-09T00:17:42Z\""
61135
+ },
61136
+ "anonymous_access_enabled": {
61137
+ "type": "boolean",
61138
+ "description": "Whether anonymous git access is enabled for this repository"
61088
61139
  }
61089
61140
  },
61090
61141
  "required": [
@@ -62706,6 +62757,10 @@
62706
62757
  "starred_at": {
62707
62758
  "type": "string",
62708
62759
  "example": "\"2020-07-09T00:17:42Z\""
62760
+ },
62761
+ "anonymous_access_enabled": {
62762
+ "type": "boolean",
62763
+ "description": "Whether anonymous git access is enabled for this repository"
62709
62764
  }
62710
62765
  },
62711
62766
  "required": [
@@ -64356,6 +64411,10 @@
64356
64411
  "starred_at": {
64357
64412
  "type": "string",
64358
64413
  "example": "\"2020-07-09T00:17:42Z\""
64414
+ },
64415
+ "anonymous_access_enabled": {
64416
+ "type": "boolean",
64417
+ "description": "Whether anonymous git access is enabled for this repository"
64359
64418
  }
64360
64419
  },
64361
64420
  "required": [
@@ -67497,6 +67556,10 @@
67497
67556
  "starred_at": {
67498
67557
  "type": "string",
67499
67558
  "example": "\"2020-07-09T00:17:42Z\""
67559
+ },
67560
+ "anonymous_access_enabled": {
67561
+ "type": "boolean",
67562
+ "description": "Whether anonymous git access is enabled for this repository"
67500
67563
  }
67501
67564
  },
67502
67565
  "required": [
@@ -69067,6 +69130,10 @@
69067
69130
  "starred_at": {
69068
69131
  "type": "string",
69069
69132
  "example": "\"2020-07-09T00:17:42Z\""
69133
+ },
69134
+ "anonymous_access_enabled": {
69135
+ "type": "boolean",
69136
+ "description": "Whether anonymous git access is enabled for this repository"
69070
69137
  }
69071
69138
  },
69072
69139
  "required": [
@@ -79743,6 +79810,10 @@
79743
79810
  "starred_at": {
79744
79811
  "type": "string",
79745
79812
  "example": "\"2020-07-09T00:17:42Z\""
79813
+ },
79814
+ "anonymous_access_enabled": {
79815
+ "type": "boolean",
79816
+ "description": "Whether anonymous git access is enabled for this repository"
79746
79817
  }
79747
79818
  },
79748
79819
  "required": [
@@ -81719,6 +81790,10 @@
81719
81790
  "starred_at": {
81720
81791
  "type": "string",
81721
81792
  "example": "\"2020-07-09T00:17:42Z\""
81793
+ },
81794
+ "anonymous_access_enabled": {
81795
+ "type": "boolean",
81796
+ "description": "Whether anonymous git access is enabled for this repository"
81722
81797
  }
81723
81798
  },
81724
81799
  "required": [
@@ -89708,6 +89783,10 @@
89708
89783
  "starred_at": {
89709
89784
  "type": "string",
89710
89785
  "example": "\"2020-07-09T00:17:42Z\""
89786
+ },
89787
+ "anonymous_access_enabled": {
89788
+ "type": "boolean",
89789
+ "description": "Whether anonymous git access is enabled for this repository"
89711
89790
  }
89712
89791
  },
89713
89792
  "required": [
@@ -91028,6 +91107,10 @@
91028
91107
  "starred_at": {
91029
91108
  "type": "string",
91030
91109
  "example": "\"2020-07-09T00:17:42Z\""
91110
+ },
91111
+ "anonymous_access_enabled": {
91112
+ "type": "boolean",
91113
+ "description": "Whether anonymous git access is enabled for this repository"
91031
91114
  }
91032
91115
  },
91033
91116
  "required": [
@@ -92141,6 +92224,10 @@
92141
92224
  "starred_at": {
92142
92225
  "type": "string",
92143
92226
  "example": "\"2020-07-09T00:17:42Z\""
92227
+ },
92228
+ "anonymous_access_enabled": {
92229
+ "type": "boolean",
92230
+ "description": "Whether anonymous git access is enabled for this repository"
92144
92231
  }
92145
92232
  },
92146
92233
  "required": [
@@ -94730,6 +94817,10 @@
94730
94817
  "starred_at": {
94731
94818
  "type": "string",
94732
94819
  "example": "\"2020-07-09T00:17:42Z\""
94820
+ },
94821
+ "anonymous_access_enabled": {
94822
+ "type": "boolean",
94823
+ "description": "Whether anonymous git access is enabled for this repository"
94733
94824
  }
94734
94825
  },
94735
94826
  "required": [
@@ -96050,6 +96141,10 @@
96050
96141
  "starred_at": {
96051
96142
  "type": "string",
96052
96143
  "example": "\"2020-07-09T00:17:42Z\""
96144
+ },
96145
+ "anonymous_access_enabled": {
96146
+ "type": "boolean",
96147
+ "description": "Whether anonymous git access is enabled for this repository"
96053
96148
  }
96054
96149
  },
96055
96150
  "required": [
@@ -97163,6 +97258,10 @@
97163
97258
  "starred_at": {
97164
97259
  "type": "string",
97165
97260
  "example": "\"2020-07-09T00:17:42Z\""
97261
+ },
97262
+ "anonymous_access_enabled": {
97263
+ "type": "boolean",
97264
+ "description": "Whether anonymous git access is enabled for this repository"
97166
97265
  }
97167
97266
  },
97168
97267
  "required": [
@@ -100965,6 +101064,10 @@
100965
101064
  "starred_at": {
100966
101065
  "type": "string",
100967
101066
  "example": "\"2020-07-09T00:17:42Z\""
101067
+ },
101068
+ "anonymous_access_enabled": {
101069
+ "type": "boolean",
101070
+ "description": "Whether anonymous git access is enabled for this repository"
100968
101071
  }
100969
101072
  },
100970
101073
  "required": [
@@ -102188,6 +102291,10 @@
102188
102291
  "starred_at": {
102189
102292
  "type": "string",
102190
102293
  "example": "\"2020-07-09T00:17:42Z\""
102294
+ },
102295
+ "anonymous_access_enabled": {
102296
+ "type": "boolean",
102297
+ "description": "Whether anonymous git access is enabled for this repository"
102191
102298
  }
102192
102299
  },
102193
102300
  "required": [
@@ -104689,6 +104796,10 @@
104689
104796
  "starred_at": {
104690
104797
  "type": "string",
104691
104798
  "example": "\"2020-07-09T00:17:42Z\""
104799
+ },
104800
+ "anonymous_access_enabled": {
104801
+ "type": "boolean",
104802
+ "description": "Whether anonymous git access is enabled for this repository"
104692
104803
  }
104693
104804
  },
104694
104805
  "required": [
@@ -106375,6 +106486,10 @@
106375
106486
  "starred_at": {
106376
106487
  "type": "string",
106377
106488
  "example": "\"2020-07-09T00:17:42Z\""
106489
+ },
106490
+ "anonymous_access_enabled": {
106491
+ "type": "boolean",
106492
+ "description": "Whether anonymous git access is enabled for this repository"
106378
106493
  }
106379
106494
  },
106380
106495
  "required": [
@@ -108963,6 +109078,10 @@
108963
109078
  "starred_at": {
108964
109079
  "type": "string",
108965
109080
  "example": "\"2020-07-09T00:17:42Z\""
109081
+ },
109082
+ "anonymous_access_enabled": {
109083
+ "type": "boolean",
109084
+ "description": "Whether anonymous git access is enabled for this repository"
108966
109085
  }
108967
109086
  },
108968
109087
  "required": [
@@ -110649,6 +110768,10 @@
110649
110768
  "starred_at": {
110650
110769
  "type": "string",
110651
110770
  "example": "\"2020-07-09T00:17:42Z\""
110771
+ },
110772
+ "anonymous_access_enabled": {
110773
+ "type": "boolean",
110774
+ "description": "Whether anonymous git access is enabled for this repository"
110652
110775
  }
110653
110776
  },
110654
110777
  "required": [
@@ -113538,6 +113661,10 @@
113538
113661
  "starred_at": {
113539
113662
  "type": "string",
113540
113663
  "example": "\"2020-07-09T00:17:42Z\""
113664
+ },
113665
+ "anonymous_access_enabled": {
113666
+ "type": "boolean",
113667
+ "description": "Whether anonymous git access is enabled for this repository"
113541
113668
  }
113542
113669
  },
113543
113670
  "required": [
@@ -115224,6 +115351,10 @@
115224
115351
  "starred_at": {
115225
115352
  "type": "string",
115226
115353
  "example": "\"2020-07-09T00:17:42Z\""
115354
+ },
115355
+ "anonymous_access_enabled": {
115356
+ "type": "boolean",
115357
+ "description": "Whether anonymous git access is enabled for this repository"
115227
115358
  }
115228
115359
  },
115229
115360
  "required": [
@@ -120489,6 +120620,10 @@
120489
120620
  "starred_at": {
120490
120621
  "type": "string",
120491
120622
  "example": "\"2020-07-09T00:17:42Z\""
120623
+ },
120624
+ "anonymous_access_enabled": {
120625
+ "type": "boolean",
120626
+ "description": "Whether anonymous git access is enabled for this repository"
120492
120627
  }
120493
120628
  },
120494
120629
  "required": [
@@ -122175,6 +122310,10 @@
122175
122310
  "starred_at": {
122176
122311
  "type": "string",
122177
122312
  "example": "\"2020-07-09T00:17:42Z\""
122313
+ },
122314
+ "anonymous_access_enabled": {
122315
+ "type": "boolean",
122316
+ "description": "Whether anonymous git access is enabled for this repository"
122178
122317
  }
122179
122318
  },
122180
122319
  "required": [
@@ -123282,6 +123421,11 @@
123282
123421
  "url_template": {
123283
123422
  "type": "string",
123284
123423
  "description": "The URL must contain `<num>` for the reference number."
123424
+ },
123425
+ "is_alphanumeric": {
123426
+ "type": "boolean",
123427
+ "default": "true",
123428
+ "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."
123285
123429
  }
123286
123430
  },
123287
123431
  "required": [
@@ -123293,7 +123437,8 @@
123293
123437
  "default": {
123294
123438
  "value": {
123295
123439
  "key_prefix": "TICKET-",
123296
- "url_template": "https://example.com/TICKET?query=<num>"
123440
+ "url_template": "https://example.com/TICKET?query=<num>",
123441
+ "is_alphanumeric": true
123297
123442
  }
123298
123443
  }
123299
123444
  }
@@ -146849,6 +146994,10 @@
146849
146994
  "starred_at": {
146850
146995
  "type": "string",
146851
146996
  "example": "\"2020-07-09T00:17:42Z\""
146997
+ },
146998
+ "anonymous_access_enabled": {
146999
+ "type": "boolean",
147000
+ "description": "Whether anonymous git access is enabled for this repository"
146852
147001
  }
146853
147002
  },
146854
147003
  "required": [
@@ -149353,6 +149502,10 @@
149353
149502
  "starred_at": {
149354
149503
  "type": "string",
149355
149504
  "example": "\"2020-07-09T00:17:42Z\""
149505
+ },
149506
+ "anonymous_access_enabled": {
149507
+ "type": "boolean",
149508
+ "description": "Whether anonymous git access is enabled for this repository"
149356
149509
  }
149357
149510
  },
149358
149511
  "required": [
@@ -151580,6 +151733,10 @@
151580
151733
  "starred_at": {
151581
151734
  "type": "string",
151582
151735
  "example": "\"2020-07-09T00:17:42Z\""
151736
+ },
151737
+ "anonymous_access_enabled": {
151738
+ "type": "boolean",
151739
+ "description": "Whether anonymous git access is enabled for this repository"
151583
151740
  }
151584
151741
  },
151585
151742
  "required": [
@@ -153980,6 +154137,10 @@
153980
154137
  "starred_at": {
153981
154138
  "type": "string",
153982
154139
  "example": "\"2020-07-09T00:17:42Z\""
154140
+ },
154141
+ "anonymous_access_enabled": {
154142
+ "type": "boolean",
154143
+ "description": "Whether anonymous git access is enabled for this repository"
153983
154144
  }
153984
154145
  },
153985
154146
  "required": [
@@ -156644,6 +156805,11 @@
156644
156805
  "nullable": true,
156645
156806
  "type": "string",
156646
156807
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
156808
+ },
156809
+ "help_uri": {
156810
+ "nullable": true,
156811
+ "type": "string",
156812
+ "description": "A link to the documentation for the rule used to detect the alert."
156647
156813
  }
156648
156814
  }
156649
156815
  },
@@ -156805,7 +156971,8 @@
156805
156971
  "security",
156806
156972
  "external/cwe/cwe-022"
156807
156973
  ],
156808
- "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 ..."
156974
+ "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 ...",
156975
+ "help_uri": "https://codeql.github.com/"
156809
156976
  },
156810
156977
  "tool": {
156811
156978
  "name": "CodeQL",
@@ -157261,6 +157428,11 @@
157261
157428
  "nullable": true,
157262
157429
  "type": "string",
157263
157430
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
157431
+ },
157432
+ "help_uri": {
157433
+ "nullable": true,
157434
+ "type": "string",
157435
+ "description": "A link to the documentation for the rule used to detect the alert."
157264
157436
  }
157265
157437
  }
157266
157438
  },
@@ -157422,7 +157594,8 @@
157422
157594
  "security",
157423
157595
  "external/cwe/cwe-022"
157424
157596
  ],
157425
- "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 ..."
157597
+ "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 ...",
157598
+ "help_uri": "https://codeql.github.com/"
157426
157599
  },
157427
157600
  "tool": {
157428
157601
  "name": "CodeQL",
@@ -161179,6 +161352,10 @@
161179
161352
  "starred_at": {
161180
161353
  "type": "string",
161181
161354
  "example": "\"2020-07-09T00:17:42Z\""
161355
+ },
161356
+ "anonymous_access_enabled": {
161357
+ "type": "boolean",
161358
+ "description": "Whether anonymous git access is enabled for this repository"
161182
161359
  }
161183
161360
  },
161184
161361
  "required": [
@@ -168489,6 +168666,10 @@
168489
168666
  "starred_at": {
168490
168667
  "type": "string",
168491
168668
  "example": "\"2020-07-09T00:17:42Z\""
168669
+ },
168670
+ "anonymous_access_enabled": {
168671
+ "type": "boolean",
168672
+ "description": "Whether anonymous git access is enabled for this repository"
168492
168673
  }
168493
168674
  },
168494
168675
  "required": [
@@ -169743,6 +169924,10 @@
169743
169924
  "starred_at": {
169744
169925
  "type": "string",
169745
169926
  "example": "\"2020-07-09T00:17:42Z\""
169927
+ },
169928
+ "anonymous_access_enabled": {
169929
+ "type": "boolean",
169930
+ "description": "Whether anonymous git access is enabled for this repository"
169746
169931
  }
169747
169932
  },
169748
169933
  "required": [
@@ -171624,6 +171809,27 @@
171624
171809
  }
171625
171810
  }
171626
171811
  }
171812
+ },
171813
+ "503": {
171814
+ "description": "Service unavailable",
171815
+ "content": {
171816
+ "application/json": {
171817
+ "schema": {
171818
+ "type": "object",
171819
+ "properties": {
171820
+ "code": {
171821
+ "type": "string"
171822
+ },
171823
+ "message": {
171824
+ "type": "string"
171825
+ },
171826
+ "documentation_url": {
171827
+ "type": "string"
171828
+ }
171829
+ }
171830
+ }
171831
+ }
171832
+ }
171627
171833
  }
171628
171834
  },
171629
171835
  "x-github": {
@@ -174660,6 +174866,10 @@
174660
174866
  "starred_at": {
174661
174867
  "type": "string",
174662
174868
  "example": "\"2020-07-09T00:17:42Z\""
174869
+ },
174870
+ "anonymous_access_enabled": {
174871
+ "type": "boolean",
174872
+ "description": "Whether anonymous git access is enabled for this repository"
174663
174873
  }
174664
174874
  },
174665
174875
  "required": [
@@ -176808,6 +177018,10 @@
176808
177018
  "starred_at": {
176809
177019
  "type": "string",
176810
177020
  "example": "\"2020-07-09T00:17:42Z\""
177021
+ },
177022
+ "anonymous_access_enabled": {
177023
+ "type": "boolean",
177024
+ "description": "Whether anonymous git access is enabled for this repository"
176811
177025
  }
176812
177026
  },
176813
177027
  "required": [
@@ -179575,6 +179789,27 @@
179575
179789
  }
179576
179790
  }
179577
179791
  }
179792
+ },
179793
+ "503": {
179794
+ "description": "Service unavailable",
179795
+ "content": {
179796
+ "application/json": {
179797
+ "schema": {
179798
+ "type": "object",
179799
+ "properties": {
179800
+ "code": {
179801
+ "type": "string"
179802
+ },
179803
+ "message": {
179804
+ "type": "string"
179805
+ },
179806
+ "documentation_url": {
179807
+ "type": "string"
179808
+ }
179809
+ }
179810
+ }
179811
+ }
179812
+ }
179578
179813
  }
179579
179814
  },
179580
179815
  "x-github": {
@@ -188646,7 +188881,12 @@
188646
188881
  "description": "The reason for the current state",
188647
188882
  "example": "not_planned",
188648
188883
  "type": "string",
188649
- "nullable": true
188884
+ "nullable": true,
188885
+ "enum": [
188886
+ "completed",
188887
+ "reopened",
188888
+ "not_planned"
188889
+ ]
188650
188890
  },
188651
188891
  "title": {
188652
188892
  "description": "Title of the issue",
@@ -190518,6 +190758,10 @@
190518
190758
  "starred_at": {
190519
190759
  "type": "string",
190520
190760
  "example": "\"2020-07-09T00:17:42Z\""
190761
+ },
190762
+ "anonymous_access_enabled": {
190763
+ "type": "boolean",
190764
+ "description": "Whether anonymous git access is enabled for this repository"
190521
190765
  }
190522
190766
  },
190523
190767
  "required": [
@@ -193102,6 +193346,10 @@
193102
193346
  "starred_at": {
193103
193347
  "type": "string",
193104
193348
  "example": "\"2020-07-09T00:17:42Z\""
193349
+ },
193350
+ "anonymous_access_enabled": {
193351
+ "type": "boolean",
193352
+ "description": "Whether anonymous git access is enabled for this repository"
193105
193353
  }
193106
193354
  },
193107
193355
  "required": [
@@ -195079,6 +195327,10 @@
195079
195327
  "starred_at": {
195080
195328
  "type": "string",
195081
195329
  "example": "\"2020-07-09T00:17:42Z\""
195330
+ },
195331
+ "anonymous_access_enabled": {
195332
+ "type": "boolean",
195333
+ "description": "Whether anonymous git access is enabled for this repository"
195082
195334
  }
195083
195335
  },
195084
195336
  "required": [
@@ -196399,6 +196651,10 @@
196399
196651
  "starred_at": {
196400
196652
  "type": "string",
196401
196653
  "example": "\"2020-07-09T00:17:42Z\""
196654
+ },
196655
+ "anonymous_access_enabled": {
196656
+ "type": "boolean",
196657
+ "description": "Whether anonymous git access is enabled for this repository"
196402
196658
  }
196403
196659
  },
196404
196660
  "required": [
@@ -197512,6 +197768,10 @@
197512
197768
  "starred_at": {
197513
197769
  "type": "string",
197514
197770
  "example": "\"2020-07-09T00:17:42Z\""
197771
+ },
197772
+ "anonymous_access_enabled": {
197773
+ "type": "boolean",
197774
+ "description": "Whether anonymous git access is enabled for this repository"
197515
197775
  }
197516
197776
  },
197517
197777
  "required": [
@@ -207020,6 +207280,10 @@
207020
207280
  "starred_at": {
207021
207281
  "type": "string",
207022
207282
  "example": "\"2020-07-09T00:17:42Z\""
207283
+ },
207284
+ "anonymous_access_enabled": {
207285
+ "type": "boolean",
207286
+ "description": "Whether anonymous git access is enabled for this repository"
207023
207287
  }
207024
207288
  },
207025
207289
  "required": [
@@ -209230,6 +209494,10 @@
209230
209494
  "starred_at": {
209231
209495
  "type": "string",
209232
209496
  "example": "\"2020-07-09T00:17:42Z\""
209497
+ },
209498
+ "anonymous_access_enabled": {
209499
+ "type": "boolean",
209500
+ "description": "Whether anonymous git access is enabled for this repository"
209233
209501
  }
209234
209502
  },
209235
209503
  "required": [
@@ -210132,7 +210400,12 @@
210132
210400
  "description": "The reason for the current state",
210133
210401
  "example": "not_planned",
210134
210402
  "type": "string",
210135
- "nullable": true
210403
+ "nullable": true,
210404
+ "enum": [
210405
+ "completed",
210406
+ "reopened",
210407
+ "not_planned"
210408
+ ]
210136
210409
  },
210137
210410
  "title": {
210138
210411
  "description": "Title of the issue",
@@ -212004,6 +212277,10 @@
212004
212277
  "starred_at": {
212005
212278
  "type": "string",
212006
212279
  "example": "\"2020-07-09T00:17:42Z\""
212280
+ },
212281
+ "anonymous_access_enabled": {
212282
+ "type": "boolean",
212283
+ "description": "Whether anonymous git access is enabled for this repository"
212007
212284
  }
212008
212285
  },
212009
212286
  "required": [
@@ -212915,7 +213192,12 @@
212915
213192
  "description": "The reason for the current state",
212916
213193
  "example": "not_planned",
212917
213194
  "type": "string",
212918
- "nullable": true
213195
+ "nullable": true,
213196
+ "enum": [
213197
+ "completed",
213198
+ "reopened",
213199
+ "not_planned"
213200
+ ]
212919
213201
  },
212920
213202
  "title": {
212921
213203
  "description": "Title of the issue",
@@ -214787,6 +215069,10 @@
214787
215069
  "starred_at": {
214788
215070
  "type": "string",
214789
215071
  "example": "\"2020-07-09T00:17:42Z\""
215072
+ },
215073
+ "anonymous_access_enabled": {
215074
+ "type": "boolean",
215075
+ "description": "Whether anonymous git access is enabled for this repository"
214790
215076
  }
214791
215077
  },
214792
215078
  "required": [
@@ -218866,7 +219152,12 @@
218866
219152
  "description": "The reason for the current state",
218867
219153
  "example": "not_planned",
218868
219154
  "type": "string",
218869
- "nullable": true
219155
+ "nullable": true,
219156
+ "enum": [
219157
+ "completed",
219158
+ "reopened",
219159
+ "not_planned"
219160
+ ]
218870
219161
  },
218871
219162
  "title": {
218872
219163
  "description": "Title of the issue",
@@ -220738,6 +221029,10 @@
220738
221029
  "starred_at": {
220739
221030
  "type": "string",
220740
221031
  "example": "\"2020-07-09T00:17:42Z\""
221032
+ },
221033
+ "anonymous_access_enabled": {
221034
+ "type": "boolean",
221035
+ "description": "Whether anonymous git access is enabled for this repository"
220741
221036
  }
220742
221037
  },
220743
221038
  "required": [
@@ -222705,7 +223000,12 @@
222705
223000
  "description": "The reason for the current state",
222706
223001
  "example": "not_planned",
222707
223002
  "type": "string",
222708
- "nullable": true
223003
+ "nullable": true,
223004
+ "enum": [
223005
+ "completed",
223006
+ "reopened",
223007
+ "not_planned"
223008
+ ]
222709
223009
  },
222710
223010
  "title": {
222711
223011
  "description": "Title of the issue",
@@ -224577,6 +224877,10 @@
224577
224877
  "starred_at": {
224578
224878
  "type": "string",
224579
224879
  "example": "\"2020-07-09T00:17:42Z\""
224880
+ },
224881
+ "anonymous_access_enabled": {
224882
+ "type": "boolean",
224883
+ "description": "Whether anonymous git access is enabled for this repository"
224580
224884
  }
224581
224885
  },
224582
224886
  "required": [
@@ -226426,7 +226730,12 @@
226426
226730
  "description": "The reason for the current state",
226427
226731
  "example": "not_planned",
226428
226732
  "type": "string",
226429
- "nullable": true
226733
+ "nullable": true,
226734
+ "enum": [
226735
+ "completed",
226736
+ "reopened",
226737
+ "not_planned"
226738
+ ]
226430
226739
  },
226431
226740
  "title": {
226432
226741
  "description": "Title of the issue",
@@ -228298,6 +228607,10 @@
228298
228607
  "starred_at": {
228299
228608
  "type": "string",
228300
228609
  "example": "\"2020-07-09T00:17:42Z\""
228610
+ },
228611
+ "anonymous_access_enabled": {
228612
+ "type": "boolean",
228613
+ "description": "Whether anonymous git access is enabled for this repository"
228301
228614
  }
228302
228615
  },
228303
228616
  "required": [
@@ -229052,6 +229365,11 @@
229052
229365
  },
229053
229366
  "state_reason": {
229054
229367
  "type": "string",
229368
+ "enum": [
229369
+ "completed",
229370
+ "not_planned",
229371
+ "reopened"
229372
+ ],
229055
229373
  "nullable": true,
229056
229374
  "description": "The reason for the current state",
229057
229375
  "example": "not_planned"
@@ -229181,7 +229499,12 @@
229181
229499
  "description": "The reason for the current state",
229182
229500
  "example": "not_planned",
229183
229501
  "type": "string",
229184
- "nullable": true
229502
+ "nullable": true,
229503
+ "enum": [
229504
+ "completed",
229505
+ "reopened",
229506
+ "not_planned"
229507
+ ]
229185
229508
  },
229186
229509
  "title": {
229187
229510
  "description": "Title of the issue",
@@ -231053,6 +231376,10 @@
231053
231376
  "starred_at": {
231054
231377
  "type": "string",
231055
231378
  "example": "\"2020-07-09T00:17:42Z\""
231379
+ },
231380
+ "anonymous_access_enabled": {
231381
+ "type": "boolean",
231382
+ "description": "Whether anonymous git access is enabled for this repository"
231056
231383
  }
231057
231384
  },
231058
231385
  "required": [
@@ -231967,7 +232294,12 @@
231967
232294
  "description": "The reason for the current state",
231968
232295
  "example": "not_planned",
231969
232296
  "type": "string",
231970
- "nullable": true
232297
+ "nullable": true,
232298
+ "enum": [
232299
+ "completed",
232300
+ "reopened",
232301
+ "not_planned"
232302
+ ]
231971
232303
  },
231972
232304
  "title": {
231973
232305
  "description": "Title of the issue",
@@ -233839,6 +234171,10 @@
233839
234171
  "starred_at": {
233840
234172
  "type": "string",
233841
234173
  "example": "\"2020-07-09T00:17:42Z\""
234174
+ },
234175
+ "anonymous_access_enabled": {
234176
+ "type": "boolean",
234177
+ "description": "Whether anonymous git access is enabled for this repository"
233842
234178
  }
233843
234179
  },
233844
234180
  "required": [
@@ -255765,7 +256101,12 @@
255765
256101
  "description": "The reason for the current state",
255766
256102
  "example": "not_planned",
255767
256103
  "type": "string",
255768
- "nullable": true
256104
+ "nullable": true,
256105
+ "enum": [
256106
+ "completed",
256107
+ "reopened",
256108
+ "not_planned"
256109
+ ]
255769
256110
  },
255770
256111
  "title": {
255771
256112
  "description": "Title of the issue",
@@ -257637,6 +257978,10 @@
257637
257978
  "starred_at": {
257638
257979
  "type": "string",
257639
257980
  "example": "\"2020-07-09T00:17:42Z\""
257981
+ },
257982
+ "anonymous_access_enabled": {
257983
+ "type": "boolean",
257984
+ "description": "Whether anonymous git access is enabled for this repository"
257640
257985
  }
257641
257986
  },
257642
257987
  "required": [
@@ -266849,6 +267194,10 @@
266849
267194
  "starred_at": {
266850
267195
  "type": "string",
266851
267196
  "example": "\"2020-07-09T00:17:42Z\""
267197
+ },
267198
+ "anonymous_access_enabled": {
267199
+ "type": "boolean",
267200
+ "description": "Whether anonymous git access is enabled for this repository"
266852
267201
  }
266853
267202
  },
266854
267203
  "required": [
@@ -272385,6 +272734,10 @@
272385
272734
  "starred_at": {
272386
272735
  "type": "string",
272387
272736
  "example": "\"2020-07-09T00:17:42Z\""
272737
+ },
272738
+ "anonymous_access_enabled": {
272739
+ "type": "boolean",
272740
+ "description": "Whether anonymous git access is enabled for this repository"
272388
272741
  }
272389
272742
  },
272390
272743
  "required": [
@@ -273639,6 +273992,10 @@
273639
273992
  "starred_at": {
273640
273993
  "type": "string",
273641
273994
  "example": "\"2020-07-09T00:17:42Z\""
273995
+ },
273996
+ "anonymous_access_enabled": {
273997
+ "type": "boolean",
273998
+ "description": "Whether anonymous git access is enabled for this repository"
273642
273999
  }
273643
274000
  },
273644
274001
  "required": [
@@ -284217,6 +284574,27 @@
284217
284574
  }
284218
284575
  }
284219
284576
  }
284577
+ },
284578
+ "503": {
284579
+ "description": "Service unavailable",
284580
+ "content": {
284581
+ "application/json": {
284582
+ "schema": {
284583
+ "type": "object",
284584
+ "properties": {
284585
+ "code": {
284586
+ "type": "string"
284587
+ },
284588
+ "message": {
284589
+ "type": "string"
284590
+ },
284591
+ "documentation_url": {
284592
+ "type": "string"
284593
+ }
284594
+ }
284595
+ }
284596
+ }
284597
+ }
284220
284598
  }
284221
284599
  },
284222
284600
  "x-github": {
@@ -290440,6 +290818,27 @@
290440
290818
  }
290441
290819
  }
290442
290820
  }
290821
+ },
290822
+ "503": {
290823
+ "description": "Service unavailable",
290824
+ "content": {
290825
+ "application/json": {
290826
+ "schema": {
290827
+ "type": "object",
290828
+ "properties": {
290829
+ "code": {
290830
+ "type": "string"
290831
+ },
290832
+ "message": {
290833
+ "type": "string"
290834
+ },
290835
+ "documentation_url": {
290836
+ "type": "string"
290837
+ }
290838
+ }
290839
+ }
290840
+ }
290841
+ }
290443
290842
  }
290444
290843
  },
290445
290844
  "x-github": {
@@ -293385,6 +293784,10 @@
293385
293784
  "starred_at": {
293386
293785
  "type": "string",
293387
293786
  "example": "\"2020-07-09T00:17:42Z\""
293787
+ },
293788
+ "anonymous_access_enabled": {
293789
+ "type": "boolean",
293790
+ "description": "Whether anonymous git access is enabled for this repository"
293388
293791
  }
293389
293792
  },
293390
293793
  "required": [
@@ -294639,6 +295042,10 @@
294639
295042
  "starred_at": {
294640
295043
  "type": "string",
294641
295044
  "example": "\"2020-07-09T00:17:42Z\""
295045
+ },
295046
+ "anonymous_access_enabled": {
295047
+ "type": "boolean",
295048
+ "description": "Whether anonymous git access is enabled for this repository"
294642
295049
  }
294643
295050
  },
294644
295051
  "required": [
@@ -297948,6 +298355,10 @@
297948
298355
  "starred_at": {
297949
298356
  "type": "string",
297950
298357
  "example": "\"2020-07-09T00:17:42Z\""
298358
+ },
298359
+ "anonymous_access_enabled": {
298360
+ "type": "boolean",
298361
+ "description": "Whether anonymous git access is enabled for this repository"
297951
298362
  }
297952
298363
  },
297953
298364
  "required": [
@@ -299202,6 +299613,10 @@
299202
299613
  "starred_at": {
299203
299614
  "type": "string",
299204
299615
  "example": "\"2020-07-09T00:17:42Z\""
299616
+ },
299617
+ "anonymous_access_enabled": {
299618
+ "type": "boolean",
299619
+ "description": "Whether anonymous git access is enabled for this repository"
299205
299620
  }
299206
299621
  },
299207
299622
  "required": [
@@ -316228,6 +316643,10 @@
316228
316643
  "starred_at": {
316229
316644
  "type": "string",
316230
316645
  "example": "\"2020-07-09T00:17:42Z\""
316646
+ },
316647
+ "anonymous_access_enabled": {
316648
+ "type": "boolean",
316649
+ "description": "Whether anonymous git access is enabled for this repository"
316231
316650
  }
316232
316651
  },
316233
316652
  "required": [
@@ -316768,7 +317187,7 @@
316768
317187
  "/repos/{template_owner}/{template_repo}/generate": {
316769
317188
  "post": {
316770
317189
  "summary": "Create a repository using a template",
316771
- "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",
317190
+ "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",
316772
317191
  "tags": [
316773
317192
  "repos"
316774
317193
  ],
@@ -317883,6 +318302,10 @@
317883
318302
  "starred_at": {
317884
318303
  "type": "string",
317885
318304
  "example": "\"2020-07-09T00:17:42Z\""
318305
+ },
318306
+ "anonymous_access_enabled": {
318307
+ "type": "boolean",
318308
+ "description": "Whether anonymous git access is enabled for this repository"
317886
318309
  }
317887
318310
  },
317888
318311
  "required": [
@@ -320701,6 +321124,10 @@
320701
321124
  "starred_at": {
320702
321125
  "type": "string",
320703
321126
  "example": "\"2020-07-09T00:17:42Z\""
321127
+ },
321128
+ "anonymous_access_enabled": {
321129
+ "type": "boolean",
321130
+ "description": "Whether anonymous git access is enabled for this repository"
320704
321131
  }
320705
321132
  },
320706
321133
  "required": [
@@ -323060,6 +323487,10 @@
323060
323487
  "starred_at": {
323061
323488
  "type": "string",
323062
323489
  "example": "\"2020-07-09T00:17:42Z\""
323490
+ },
323491
+ "anonymous_access_enabled": {
323492
+ "type": "boolean",
323493
+ "description": "Whether anonymous git access is enabled for this repository"
323063
323494
  }
323064
323495
  },
323065
323496
  "required": [
@@ -325414,6 +325845,10 @@
325414
325845
  "starred_at": {
325415
325846
  "type": "string",
325416
325847
  "example": "\"2020-07-09T00:17:42Z\""
325848
+ },
325849
+ "anonymous_access_enabled": {
325850
+ "type": "boolean",
325851
+ "description": "Whether anonymous git access is enabled for this repository"
325417
325852
  }
325418
325853
  },
325419
325854
  "required": [
@@ -336463,6 +336898,10 @@
336463
336898
  "starred_at": {
336464
336899
  "type": "string",
336465
336900
  "example": "\"2020-07-09T00:17:42Z\""
336901
+ },
336902
+ "anonymous_access_enabled": {
336903
+ "type": "boolean",
336904
+ "description": "Whether anonymous git access is enabled for this repository"
336466
336905
  }
336467
336906
  },
336468
336907
  "required": [
@@ -338459,6 +338898,10 @@
338459
338898
  "starred_at": {
338460
338899
  "type": "string",
338461
338900
  "example": "\"2020-07-09T00:17:42Z\""
338901
+ },
338902
+ "anonymous_access_enabled": {
338903
+ "type": "boolean",
338904
+ "description": "Whether anonymous git access is enabled for this repository"
338462
338905
  }
338463
338906
  },
338464
338907
  "required": [
@@ -344915,6 +345358,10 @@
344915
345358
  "starred_at": {
344916
345359
  "type": "string",
344917
345360
  "example": "\"2020-07-09T00:17:42Z\""
345361
+ },
345362
+ "anonymous_access_enabled": {
345363
+ "type": "boolean",
345364
+ "description": "Whether anonymous git access is enabled for this repository"
344918
345365
  }
344919
345366
  },
344920
345367
  "required": [
@@ -345610,7 +346057,12 @@
345610
346057
  "description": "The reason for the current state",
345611
346058
  "example": "not_planned",
345612
346059
  "type": "string",
345613
- "nullable": true
346060
+ "nullable": true,
346061
+ "enum": [
346062
+ "completed",
346063
+ "reopened",
346064
+ "not_planned"
346065
+ ]
345614
346066
  },
345615
346067
  "title": {
345616
346068
  "description": "Title of the issue",
@@ -347482,6 +347934,10 @@
347482
347934
  "starred_at": {
347483
347935
  "type": "string",
347484
347936
  "example": "\"2020-07-09T00:17:42Z\""
347937
+ },
347938
+ "anonymous_access_enabled": {
347939
+ "type": "boolean",
347940
+ "description": "Whether anonymous git access is enabled for this repository"
347485
347941
  }
347486
347942
  },
347487
347943
  "required": [
@@ -351640,6 +352096,10 @@
351640
352096
  "starred_at": {
351641
352097
  "type": "string",
351642
352098
  "example": "\"2020-07-09T00:17:42Z\""
352099
+ },
352100
+ "anonymous_access_enabled": {
352101
+ "type": "boolean",
352102
+ "description": "Whether anonymous git access is enabled for this repository"
351643
352103
  }
351644
352104
  },
351645
352105
  "required": [
@@ -353315,6 +353775,10 @@
353315
353775
  "starred_at": {
353316
353776
  "type": "string",
353317
353777
  "example": "\"2020-07-09T00:17:42Z\""
353778
+ },
353779
+ "anonymous_access_enabled": {
353780
+ "type": "boolean",
353781
+ "description": "Whether anonymous git access is enabled for this repository"
353318
353782
  }
353319
353783
  },
353320
353784
  "required": [
@@ -355355,6 +355819,10 @@
355355
355819
  "starred_at": {
355356
355820
  "type": "string",
355357
355821
  "example": "\"2020-07-09T00:17:42Z\""
355822
+ },
355823
+ "anonymous_access_enabled": {
355824
+ "type": "boolean",
355825
+ "description": "Whether anonymous git access is enabled for this repository"
355358
355826
  }
355359
355827
  },
355360
355828
  "required": [
@@ -357521,6 +357989,10 @@
357521
357989
  "starred_at": {
357522
357990
  "type": "string",
357523
357991
  "example": "\"2020-07-09T00:17:42Z\""
357992
+ },
357993
+ "anonymous_access_enabled": {
357994
+ "type": "boolean",
357995
+ "description": "Whether anonymous git access is enabled for this repository"
357524
357996
  }
357525
357997
  },
357526
357998
  "required": [
@@ -359070,6 +359542,10 @@
359070
359542
  "starred_at": {
359071
359543
  "type": "string",
359072
359544
  "example": "\"2020-07-09T00:17:42Z\""
359545
+ },
359546
+ "anonymous_access_enabled": {
359547
+ "type": "boolean",
359548
+ "description": "Whether anonymous git access is enabled for this repository"
359073
359549
  }
359074
359550
  },
359075
359551
  "required": [
@@ -361032,6 +361508,10 @@
361032
361508
  "starred_at": {
361033
361509
  "type": "string",
361034
361510
  "example": "\"2020-07-09T00:17:42Z\""
361511
+ },
361512
+ "anonymous_access_enabled": {
361513
+ "type": "boolean",
361514
+ "description": "Whether anonymous git access is enabled for this repository"
361035
361515
  }
361036
361516
  },
361037
361517
  "required": [
@@ -363122,6 +363602,10 @@
363122
363602
  "starred_at": {
363123
363603
  "type": "string",
363124
363604
  "example": "\"2020-07-09T00:17:42Z\""
363605
+ },
363606
+ "anonymous_access_enabled": {
363607
+ "type": "boolean",
363608
+ "description": "Whether anonymous git access is enabled for this repository"
363125
363609
  }
363126
363610
  },
363127
363611
  "required": [
@@ -364379,6 +364863,10 @@
364379
364863
  "starred_at": {
364380
364864
  "type": "string",
364381
364865
  "example": "\"2020-07-09T00:17:42Z\""
364866
+ },
364867
+ "anonymous_access_enabled": {
364868
+ "type": "boolean",
364869
+ "description": "Whether anonymous git access is enabled for this repository"
364382
364870
  }
364383
364871
  },
364384
364872
  "required": [
@@ -366565,6 +367053,10 @@
366565
367053
  "starred_at": {
366566
367054
  "type": "string",
366567
367055
  "example": "\"2020-07-09T00:17:42Z\""
367056
+ },
367057
+ "anonymous_access_enabled": {
367058
+ "type": "boolean",
367059
+ "description": "Whether anonymous git access is enabled for this repository"
366568
367060
  }
366569
367061
  },
366570
367062
  "required": [
@@ -368611,7 +369103,12 @@
368611
369103
  "description": "The reason for the current state",
368612
369104
  "example": "not_planned",
368613
369105
  "type": "string",
368614
- "nullable": true
369106
+ "nullable": true,
369107
+ "enum": [
369108
+ "completed",
369109
+ "reopened",
369110
+ "not_planned"
369111
+ ]
368615
369112
  },
368616
369113
  "title": {
368617
369114
  "description": "Title of the issue",
@@ -370483,6 +370980,10 @@
370483
370980
  "starred_at": {
370484
370981
  "type": "string",
370485
370982
  "example": "\"2020-07-09T00:17:42Z\""
370983
+ },
370984
+ "anonymous_access_enabled": {
370985
+ "type": "boolean",
370986
+ "description": "Whether anonymous git access is enabled for this repository"
370486
370987
  }
370487
370988
  },
370488
370989
  "required": [
@@ -371739,7 +372240,12 @@
371739
372240
  "description": "The reason for the current state",
371740
372241
  "example": "not_planned",
371741
372242
  "type": "string",
371742
- "nullable": true
372243
+ "nullable": true,
372244
+ "enum": [
372245
+ "completed",
372246
+ "reopened",
372247
+ "not_planned"
372248
+ ]
371743
372249
  },
371744
372250
  "title": {
371745
372251
  "description": "Title of the issue",
@@ -373611,6 +374117,10 @@
373611
374117
  "starred_at": {
373612
374118
  "type": "string",
373613
374119
  "example": "\"2020-07-09T00:17:42Z\""
374120
+ },
374121
+ "anonymous_access_enabled": {
374122
+ "type": "boolean",
374123
+ "description": "Whether anonymous git access is enabled for this repository"
373614
374124
  }
373615
374125
  },
373616
374126
  "required": [
@@ -379172,6 +379682,10 @@
379172
379682
  "starred_at": {
379173
379683
  "type": "string",
379174
379684
  "example": "\"2020-07-09T00:17:42Z\""
379685
+ },
379686
+ "anonymous_access_enabled": {
379687
+ "type": "boolean",
379688
+ "description": "Whether anonymous git access is enabled for this repository"
379175
379689
  }
379176
379690
  },
379177
379691
  "required": [
@@ -380648,6 +381162,10 @@
380648
381162
  "starred_at": {
380649
381163
  "type": "string",
380650
381164
  "example": "\"2020-07-09T00:17:42Z\""
381165
+ },
381166
+ "anonymous_access_enabled": {
381167
+ "type": "boolean",
381168
+ "description": "Whether anonymous git access is enabled for this repository"
380651
381169
  }
380652
381170
  },
380653
381171
  "required": [
@@ -381770,6 +382288,10 @@
381770
382288
  "starred_at": {
381771
382289
  "type": "string",
381772
382290
  "example": "\"2020-07-09T00:17:42Z\""
382291
+ },
382292
+ "anonymous_access_enabled": {
382293
+ "type": "boolean",
382294
+ "description": "Whether anonymous git access is enabled for this repository"
381773
382295
  }
381774
382296
  },
381775
382297
  "required": [
@@ -383520,6 +384042,10 @@
383520
384042
  "starred_at": {
383521
384043
  "type": "string",
383522
384044
  "example": "\"2020-07-09T00:17:42Z\""
384045
+ },
384046
+ "anonymous_access_enabled": {
384047
+ "type": "boolean",
384048
+ "description": "Whether anonymous git access is enabled for this repository"
383523
384049
  }
383524
384050
  },
383525
384051
  "required": [