@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": {
@@ -5582,6 +5582,10 @@
5582
5582
  "starred_at": {
5583
5583
  "type": "string",
5584
5584
  "example": "\"2020-07-09T00:17:42Z\""
5585
+ },
5586
+ "anonymous_access_enabled": {
5587
+ "type": "boolean",
5588
+ "description": "Whether anonymous git access is enabled for this repository"
5585
5589
  }
5586
5590
  },
5587
5591
  "required": [
@@ -16013,6 +16017,10 @@
16013
16017
  "starred_at": {
16014
16018
  "type": "string",
16015
16019
  "example": "\"2020-07-09T00:17:42Z\""
16020
+ },
16021
+ "anonymous_access_enabled": {
16022
+ "type": "boolean",
16023
+ "description": "Whether anonymous git access is enabled for this repository"
16016
16024
  }
16017
16025
  },
16018
16026
  "required": [
@@ -17297,6 +17305,10 @@
17297
17305
  "starred_at": {
17298
17306
  "type": "string",
17299
17307
  "example": "\"2020-07-09T00:17:42Z\""
17308
+ },
17309
+ "anonymous_access_enabled": {
17310
+ "type": "boolean",
17311
+ "description": "Whether anonymous git access is enabled for this repository"
17300
17312
  }
17301
17313
  },
17302
17314
  "required": [
@@ -19226,6 +19238,11 @@
19226
19238
  "nullable": true,
19227
19239
  "type": "string",
19228
19240
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
19241
+ },
19242
+ "help_uri": {
19243
+ "nullable": true,
19244
+ "type": "string",
19245
+ "description": "A link to the documentation for the rule used to detect the alert."
19229
19246
  }
19230
19247
  }
19231
19248
  },
@@ -22222,7 +22239,12 @@
22222
22239
  "description": "The reason for the current state",
22223
22240
  "example": "not_planned",
22224
22241
  "type": "string",
22225
- "nullable": true
22242
+ "nullable": true,
22243
+ "enum": [
22244
+ "completed",
22245
+ "reopened",
22246
+ "not_planned"
22247
+ ]
22226
22248
  },
22227
22249
  "title": {
22228
22250
  "description": "Title of the issue",
@@ -24170,6 +24192,10 @@
24170
24192
  "starred_at": {
24171
24193
  "type": "string",
24172
24194
  "example": "\"2020-07-09T00:17:42Z\""
24195
+ },
24196
+ "anonymous_access_enabled": {
24197
+ "type": "boolean",
24198
+ "description": "Whether anonymous git access is enabled for this repository"
24173
24199
  }
24174
24200
  },
24175
24201
  "required": [
@@ -36803,6 +36829,10 @@
36803
36829
  "starred_at": {
36804
36830
  "type": "string",
36805
36831
  "example": "\"2020-07-09T00:17:42Z\""
36832
+ },
36833
+ "anonymous_access_enabled": {
36834
+ "type": "boolean",
36835
+ "description": "Whether anonymous git access is enabled for this repository"
36806
36836
  }
36807
36837
  },
36808
36838
  "required": [
@@ -37320,7 +37350,12 @@
37320
37350
  "description": "The reason for the current state",
37321
37351
  "example": "not_planned",
37322
37352
  "type": "string",
37323
- "nullable": true
37353
+ "nullable": true,
37354
+ "enum": [
37355
+ "completed",
37356
+ "reopened",
37357
+ "not_planned"
37358
+ ]
37324
37359
  },
37325
37360
  "title": {
37326
37361
  "description": "Title of the issue",
@@ -39268,6 +39303,10 @@
39268
39303
  "starred_at": {
39269
39304
  "type": "string",
39270
39305
  "example": "\"2020-07-09T00:17:42Z\""
39306
+ },
39307
+ "anonymous_access_enabled": {
39308
+ "type": "boolean",
39309
+ "description": "Whether anonymous git access is enabled for this repository"
39271
39310
  }
39272
39311
  },
39273
39312
  "required": [
@@ -43167,7 +43206,12 @@
43167
43206
  "description": "The reason for the current state",
43168
43207
  "example": "not_planned",
43169
43208
  "type": "string",
43170
- "nullable": true
43209
+ "nullable": true,
43210
+ "enum": [
43211
+ "completed",
43212
+ "reopened",
43213
+ "not_planned"
43214
+ ]
43171
43215
  },
43172
43216
  "title": {
43173
43217
  "description": "Title of the issue",
@@ -45115,6 +45159,10 @@
45115
45159
  "starred_at": {
45116
45160
  "type": "string",
45117
45161
  "example": "\"2020-07-09T00:17:42Z\""
45162
+ },
45163
+ "anonymous_access_enabled": {
45164
+ "type": "boolean",
45165
+ "description": "Whether anonymous git access is enabled for this repository"
45118
45166
  }
45119
45167
  },
45120
45168
  "required": [
@@ -47864,6 +47912,10 @@
47864
47912
  "starred_at": {
47865
47913
  "type": "string",
47866
47914
  "example": "\"2020-07-09T00:17:42Z\""
47915
+ },
47916
+ "anonymous_access_enabled": {
47917
+ "type": "boolean",
47918
+ "description": "Whether anonymous git access is enabled for this repository"
47867
47919
  }
47868
47920
  },
47869
47921
  "required": [
@@ -50085,6 +50137,10 @@
50085
50137
  "starred_at": {
50086
50138
  "type": "string",
50087
50139
  "example": "\"2020-07-09T00:17:42Z\""
50140
+ },
50141
+ "anonymous_access_enabled": {
50142
+ "type": "boolean",
50143
+ "description": "Whether anonymous git access is enabled for this repository"
50088
50144
  }
50089
50145
  },
50090
50146
  "required": [
@@ -54107,6 +54163,10 @@
54107
54163
  "starred_at": {
54108
54164
  "type": "string",
54109
54165
  "example": "\"2020-07-09T00:17:42Z\""
54166
+ },
54167
+ "anonymous_access_enabled": {
54168
+ "type": "boolean",
54169
+ "description": "Whether anonymous git access is enabled for this repository"
54110
54170
  }
54111
54171
  },
54112
54172
  "required": [
@@ -57143,6 +57203,10 @@
57143
57203
  "starred_at": {
57144
57204
  "type": "string",
57145
57205
  "example": "\"2020-07-09T00:17:42Z\""
57206
+ },
57207
+ "anonymous_access_enabled": {
57208
+ "type": "boolean",
57209
+ "description": "Whether anonymous git access is enabled for this repository"
57146
57210
  }
57147
57211
  },
57148
57212
  "required": [
@@ -59703,6 +59767,10 @@
59703
59767
  "starred_at": {
59704
59768
  "type": "string",
59705
59769
  "example": "\"2020-07-09T00:17:42Z\""
59770
+ },
59771
+ "anonymous_access_enabled": {
59772
+ "type": "boolean",
59773
+ "description": "Whether anonymous git access is enabled for this repository"
59706
59774
  }
59707
59775
  },
59708
59776
  "required": [
@@ -60987,6 +61055,10 @@
60987
61055
  "starred_at": {
60988
61056
  "type": "string",
60989
61057
  "example": "\"2020-07-09T00:17:42Z\""
61058
+ },
61059
+ "anonymous_access_enabled": {
61060
+ "type": "boolean",
61061
+ "description": "Whether anonymous git access is enabled for this repository"
60990
61062
  }
60991
61063
  },
60992
61064
  "required": [
@@ -64303,6 +64375,10 @@
64303
64375
  "starred_at": {
64304
64376
  "type": "string",
64305
64377
  "example": "\"2020-07-09T00:17:42Z\""
64378
+ },
64379
+ "anonymous_access_enabled": {
64380
+ "type": "boolean",
64381
+ "description": "Whether anonymous git access is enabled for this repository"
64306
64382
  }
64307
64383
  },
64308
64384
  "required": [
@@ -65899,6 +65975,11 @@
65899
65975
  "nullable": true,
65900
65976
  "type": "string",
65901
65977
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
65978
+ },
65979
+ "help_uri": {
65980
+ "nullable": true,
65981
+ "type": "string",
65982
+ "description": "A link to the documentation for the rule used to detect the alert."
65902
65983
  }
65903
65984
  }
65904
65985
  },
@@ -68646,6 +68727,10 @@
68646
68727
  "starred_at": {
68647
68728
  "type": "string",
68648
68729
  "example": "\"2020-07-09T00:17:42Z\""
68730
+ },
68731
+ "anonymous_access_enabled": {
68732
+ "type": "boolean",
68733
+ "description": "Whether anonymous git access is enabled for this repository"
68649
68734
  }
68650
68735
  },
68651
68736
  "required": [
@@ -72057,6 +72142,10 @@
72057
72142
  "starred_at": {
72058
72143
  "type": "string",
72059
72144
  "example": "\"2020-07-09T00:17:42Z\""
72145
+ },
72146
+ "anonymous_access_enabled": {
72147
+ "type": "boolean",
72148
+ "description": "Whether anonymous git access is enabled for this repository"
72060
72149
  }
72061
72150
  },
72062
72151
  "required": [
@@ -72760,7 +72849,12 @@
72760
72849
  "description": "The reason for the current state",
72761
72850
  "example": "not_planned",
72762
72851
  "type": "string",
72763
- "nullable": true
72852
+ "nullable": true,
72853
+ "enum": [
72854
+ "completed",
72855
+ "reopened",
72856
+ "not_planned"
72857
+ ]
72764
72858
  },
72765
72859
  "title": {
72766
72860
  "description": "Title of the issue",
@@ -74708,6 +74802,10 @@
74708
74802
  "starred_at": {
74709
74803
  "type": "string",
74710
74804
  "example": "\"2020-07-09T00:17:42Z\""
74805
+ },
74806
+ "anonymous_access_enabled": {
74807
+ "type": "boolean",
74808
+ "description": "Whether anonymous git access is enabled for this repository"
74711
74809
  }
74712
74810
  },
74713
74811
  "required": [
@@ -81940,7 +82038,12 @@
81940
82038
  "description": "The reason for the current state",
81941
82039
  "example": "not_planned",
81942
82040
  "type": "string",
81943
- "nullable": true
82041
+ "nullable": true,
82042
+ "enum": [
82043
+ "completed",
82044
+ "reopened",
82045
+ "not_planned"
82046
+ ]
81944
82047
  },
81945
82048
  "title": {
81946
82049
  "description": "Title of the issue",
@@ -83888,6 +83991,10 @@
83888
83991
  "starred_at": {
83889
83992
  "type": "string",
83890
83993
  "example": "\"2020-07-09T00:17:42Z\""
83994
+ },
83995
+ "anonymous_access_enabled": {
83996
+ "type": "boolean",
83997
+ "description": "Whether anonymous git access is enabled for this repository"
83891
83998
  }
83892
83999
  },
83893
84000
  "required": [
@@ -84850,17 +84957,6 @@
84850
84957
  }
84851
84958
  }
84852
84959
  },
84853
- "302": {
84854
- "description": "Response if requester is not an organization member",
84855
- "headers": {
84856
- "Location": {
84857
- "example": "https://api.github.com/orgs/github/public_members",
84858
- "schema": {
84859
- "type": "string"
84860
- }
84861
- }
84862
- }
84863
- },
84864
84960
  "422": {
84865
84961
  "description": "Validation failed",
84866
84962
  "content": {
@@ -87095,6 +87191,10 @@
87095
87191
  "starred_at": {
87096
87192
  "type": "string",
87097
87193
  "example": "\"2020-07-09T00:17:42Z\""
87194
+ },
87195
+ "anonymous_access_enabled": {
87196
+ "type": "boolean",
87197
+ "description": "Whether anonymous git access is enabled for this repository"
87098
87198
  }
87099
87199
  },
87100
87200
  "required": [
@@ -87716,14 +87816,15 @@
87716
87816
  },
87717
87817
  "location": "WestUs2",
87718
87818
  "idle_timeout_minutes": 60,
87719
- "retention_period_minutes": "43200,",
87720
- "retention_expires_at": "null,",
87819
+ "retention_period_minutes": 43200,
87820
+ "retention_expires_at": null,
87721
87821
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
87722
87822
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
87723
87823
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
87724
87824
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
87725
87825
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
87726
- "recent_folders": []
87826
+ "recent_folders": [],
87827
+ "template": null
87727
87828
  }
87728
87829
  }
87729
87830
  }
@@ -90139,6 +90240,10 @@
90139
90240
  "starred_at": {
90140
90241
  "type": "string",
90141
90242
  "example": "\"2020-07-09T00:17:42Z\""
90243
+ },
90244
+ "anonymous_access_enabled": {
90245
+ "type": "boolean",
90246
+ "description": "Whether anonymous git access is enabled for this repository"
90142
90247
  }
90143
90248
  },
90144
90249
  "required": [
@@ -91830,6 +91935,10 @@
91830
91935
  "starred_at": {
91831
91936
  "type": "string",
91832
91937
  "example": "\"2020-07-09T00:17:42Z\""
91938
+ },
91939
+ "anonymous_access_enabled": {
91940
+ "type": "boolean",
91941
+ "description": "Whether anonymous git access is enabled for this repository"
91833
91942
  }
91834
91943
  },
91835
91944
  "required": [
@@ -93550,6 +93659,10 @@
93550
93659
  "starred_at": {
93551
93660
  "type": "string",
93552
93661
  "example": "\"2020-07-09T00:17:42Z\""
93662
+ },
93663
+ "anonymous_access_enabled": {
93664
+ "type": "boolean",
93665
+ "description": "Whether anonymous git access is enabled for this repository"
93553
93666
  }
93554
93667
  },
93555
93668
  "required": [
@@ -95702,6 +95815,10 @@
95702
95815
  "starred_at": {
95703
95816
  "type": "string",
95704
95817
  "example": "\"2020-07-09T00:17:42Z\""
95818
+ },
95819
+ "anonymous_access_enabled": {
95820
+ "type": "boolean",
95821
+ "description": "Whether anonymous git access is enabled for this repository"
95705
95822
  }
95706
95823
  },
95707
95824
  "required": [
@@ -98271,6 +98388,10 @@
98271
98388
  "starred_at": {
98272
98389
  "type": "string",
98273
98390
  "example": "\"2020-07-09T00:17:42Z\""
98391
+ },
98392
+ "anonymous_access_enabled": {
98393
+ "type": "boolean",
98394
+ "description": "Whether anonymous git access is enabled for this repository"
98274
98395
  }
98275
98396
  },
98276
98397
  "required": [
@@ -100411,6 +100532,10 @@
100411
100532
  "starred_at": {
100412
100533
  "type": "string",
100413
100534
  "example": "\"2020-07-09T00:17:42Z\""
100535
+ },
100536
+ "anonymous_access_enabled": {
100537
+ "type": "boolean",
100538
+ "description": "Whether anonymous git access is enabled for this repository"
100414
100539
  }
100415
100540
  },
100416
100541
  "required": [
@@ -104665,6 +104790,10 @@
104665
104790
  "starred_at": {
104666
104791
  "type": "string",
104667
104792
  "example": "\"2020-07-09T00:17:42Z\""
104793
+ },
104794
+ "anonymous_access_enabled": {
104795
+ "type": "boolean",
104796
+ "description": "Whether anonymous git access is enabled for this repository"
104668
104797
  }
104669
104798
  },
104670
104799
  "required": [
@@ -106305,6 +106434,10 @@
106305
106434
  "starred_at": {
106306
106435
  "type": "string",
106307
106436
  "example": "\"2020-07-09T00:17:42Z\""
106437
+ },
106438
+ "anonymous_access_enabled": {
106439
+ "type": "boolean",
106440
+ "description": "Whether anonymous git access is enabled for this repository"
106308
106441
  }
106309
106442
  },
106310
106443
  "required": [
@@ -119412,6 +119545,10 @@
119412
119545
  "starred_at": {
119413
119546
  "type": "string",
119414
119547
  "example": "\"2020-07-09T00:17:42Z\""
119548
+ },
119549
+ "anonymous_access_enabled": {
119550
+ "type": "boolean",
119551
+ "description": "Whether anonymous git access is enabled for this repository"
119415
119552
  }
119416
119553
  },
119417
119554
  "required": [
@@ -121458,6 +121595,10 @@
121458
121595
  "starred_at": {
121459
121596
  "type": "string",
121460
121597
  "example": "\"2020-07-09T00:17:42Z\""
121598
+ },
121599
+ "anonymous_access_enabled": {
121600
+ "type": "boolean",
121601
+ "description": "Whether anonymous git access is enabled for this repository"
121461
121602
  }
121462
121603
  },
121463
121604
  "required": [
@@ -129910,6 +130051,10 @@
129910
130051
  "starred_at": {
129911
130052
  "type": "string",
129912
130053
  "example": "\"2020-07-09T00:17:42Z\""
130054
+ },
130055
+ "anonymous_access_enabled": {
130056
+ "type": "boolean",
130057
+ "description": "Whether anonymous git access is enabled for this repository"
129913
130058
  }
129914
130059
  },
129915
130060
  "required": [
@@ -131344,6 +131489,10 @@
131344
131489
  "starred_at": {
131345
131490
  "type": "string",
131346
131491
  "example": "\"2020-07-09T00:17:42Z\""
131492
+ },
131493
+ "anonymous_access_enabled": {
131494
+ "type": "boolean",
131495
+ "description": "Whether anonymous git access is enabled for this repository"
131347
131496
  }
131348
131497
  },
131349
131498
  "required": [
@@ -132533,6 +132682,10 @@
132533
132682
  "starred_at": {
132534
132683
  "type": "string",
132535
132684
  "example": "\"2020-07-09T00:17:42Z\""
132685
+ },
132686
+ "anonymous_access_enabled": {
132687
+ "type": "boolean",
132688
+ "description": "Whether anonymous git access is enabled for this repository"
132536
132689
  }
132537
132690
  },
132538
132691
  "required": [
@@ -135192,6 +135345,10 @@
135192
135345
  "starred_at": {
135193
135346
  "type": "string",
135194
135347
  "example": "\"2020-07-09T00:17:42Z\""
135348
+ },
135349
+ "anonymous_access_enabled": {
135350
+ "type": "boolean",
135351
+ "description": "Whether anonymous git access is enabled for this repository"
135195
135352
  }
135196
135353
  },
135197
135354
  "required": [
@@ -136626,6 +136783,10 @@
136626
136783
  "starred_at": {
136627
136784
  "type": "string",
136628
136785
  "example": "\"2020-07-09T00:17:42Z\""
136786
+ },
136787
+ "anonymous_access_enabled": {
136788
+ "type": "boolean",
136789
+ "description": "Whether anonymous git access is enabled for this repository"
136629
136790
  }
136630
136791
  },
136631
136792
  "required": [
@@ -137815,6 +137976,10 @@
137815
137976
  "starred_at": {
137816
137977
  "type": "string",
137817
137978
  "example": "\"2020-07-09T00:17:42Z\""
137979
+ },
137980
+ "anonymous_access_enabled": {
137981
+ "type": "boolean",
137982
+ "description": "Whether anonymous git access is enabled for this repository"
137818
137983
  }
137819
137984
  },
137820
137985
  "required": [
@@ -142953,6 +143118,10 @@
142953
143118
  "starred_at": {
142954
143119
  "type": "string",
142955
143120
  "example": "\"2020-07-09T00:17:42Z\""
143121
+ },
143122
+ "anonymous_access_enabled": {
143123
+ "type": "boolean",
143124
+ "description": "Whether anonymous git access is enabled for this repository"
142956
143125
  }
142957
143126
  },
142958
143127
  "required": [
@@ -144246,6 +144415,10 @@
144246
144415
  "starred_at": {
144247
144416
  "type": "string",
144248
144417
  "example": "\"2020-07-09T00:17:42Z\""
144418
+ },
144419
+ "anonymous_access_enabled": {
144420
+ "type": "boolean",
144421
+ "description": "Whether anonymous git access is enabled for this repository"
144249
144422
  }
144250
144423
  },
144251
144424
  "required": [
@@ -145635,6 +145808,15 @@
145635
145808
  "schema": {
145636
145809
  "type": "integer"
145637
145810
  }
145811
+ },
145812
+ {
145813
+ "name": "head_sha",
145814
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
145815
+ "in": "query",
145816
+ "required": false,
145817
+ "schema": {
145818
+ "type": "string"
145819
+ }
145638
145820
  }
145639
145821
  ],
145640
145822
  "responses": {
@@ -147756,6 +147938,10 @@
147756
147938
  "starred_at": {
147757
147939
  "type": "string",
147758
147940
  "example": "\"2020-07-09T00:17:42Z\""
147941
+ },
147942
+ "anonymous_access_enabled": {
147943
+ "type": "boolean",
147944
+ "description": "Whether anonymous git access is enabled for this repository"
147759
147945
  }
147760
147946
  },
147761
147947
  "required": [
@@ -149518,6 +149704,10 @@
149518
149704
  "starred_at": {
149519
149705
  "type": "string",
149520
149706
  "example": "\"2020-07-09T00:17:42Z\""
149707
+ },
149708
+ "anonymous_access_enabled": {
149709
+ "type": "boolean",
149710
+ "description": "Whether anonymous git access is enabled for this repository"
149521
149711
  }
149522
149712
  },
149523
149713
  "required": [
@@ -152176,6 +152366,10 @@
152176
152366
  "starred_at": {
152177
152367
  "type": "string",
152178
152368
  "example": "\"2020-07-09T00:17:42Z\""
152369
+ },
152370
+ "anonymous_access_enabled": {
152371
+ "type": "boolean",
152372
+ "description": "Whether anonymous git access is enabled for this repository"
152179
152373
  }
152180
152374
  },
152181
152375
  "required": [
@@ -153938,6 +154132,10 @@
153938
154132
  "starred_at": {
153939
154133
  "type": "string",
153940
154134
  "example": "\"2020-07-09T00:17:42Z\""
154135
+ },
154136
+ "anonymous_access_enabled": {
154137
+ "type": "boolean",
154138
+ "description": "Whether anonymous git access is enabled for this repository"
153941
154139
  }
153942
154140
  },
153943
154141
  "required": [
@@ -157312,6 +157510,10 @@
157312
157510
  "starred_at": {
157313
157511
  "type": "string",
157314
157512
  "example": "\"2020-07-09T00:17:42Z\""
157513
+ },
157514
+ "anonymous_access_enabled": {
157515
+ "type": "boolean",
157516
+ "description": "Whether anonymous git access is enabled for this repository"
157315
157517
  }
157316
157518
  },
157317
157519
  "required": [
@@ -159074,6 +159276,10 @@
159074
159276
  "starred_at": {
159075
159277
  "type": "string",
159076
159278
  "example": "\"2020-07-09T00:17:42Z\""
159279
+ },
159280
+ "anonymous_access_enabled": {
159281
+ "type": "boolean",
159282
+ "description": "Whether anonymous git access is enabled for this repository"
159077
159283
  }
159078
159284
  },
159079
159285
  "required": [
@@ -163506,6 +163712,15 @@
163506
163712
  "schema": {
163507
163713
  "type": "integer"
163508
163714
  }
163715
+ },
163716
+ {
163717
+ "name": "head_sha",
163718
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
163719
+ "in": "query",
163720
+ "required": false,
163721
+ "schema": {
163722
+ "type": "string"
163723
+ }
163509
163724
  }
163510
163725
  ],
163511
163726
  "responses": {
@@ -165627,6 +165842,10 @@
165627
165842
  "starred_at": {
165628
165843
  "type": "string",
165629
165844
  "example": "\"2020-07-09T00:17:42Z\""
165845
+ },
165846
+ "anonymous_access_enabled": {
165847
+ "type": "boolean",
165848
+ "description": "Whether anonymous git access is enabled for this repository"
165630
165849
  }
165631
165850
  },
165632
165851
  "required": [
@@ -167389,6 +167608,10 @@
167389
167608
  "starred_at": {
167390
167609
  "type": "string",
167391
167610
  "example": "\"2020-07-09T00:17:42Z\""
167611
+ },
167612
+ "anonymous_access_enabled": {
167613
+ "type": "boolean",
167614
+ "description": "Whether anonymous git access is enabled for this repository"
167392
167615
  }
167393
167616
  },
167394
167617
  "required": [
@@ -168409,14 +168632,16 @@
168409
168632
  "type": "string"
168410
168633
  },
168411
168634
  "is_alphanumeric": {
168412
- "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
168635
+ "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
168636
+ "example": true,
168413
168637
  "type": "boolean"
168414
168638
  }
168415
168639
  },
168416
168640
  "required": [
168417
168641
  "id",
168418
168642
  "key_prefix",
168419
- "url_template"
168643
+ "url_template",
168644
+ "is_alphanumeric"
168420
168645
  ]
168421
168646
  }
168422
168647
  },
@@ -168484,11 +168709,16 @@
168484
168709
  "properties": {
168485
168710
  "key_prefix": {
168486
168711
  "type": "string",
168487
- "description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
168712
+ "description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
168488
168713
  },
168489
168714
  "url_template": {
168490
168715
  "type": "string",
168491
- "description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
168716
+ "description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
168717
+ },
168718
+ "is_alphanumeric": {
168719
+ "type": "boolean",
168720
+ "default": "true",
168721
+ "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."
168492
168722
  }
168493
168723
  },
168494
168724
  "required": [
@@ -168500,7 +168730,8 @@
168500
168730
  "default": {
168501
168731
  "value": {
168502
168732
  "key_prefix": "TICKET-",
168503
- "url_template": "https://example.com/TICKET?query=<num>"
168733
+ "url_template": "https://example.com/TICKET?query=<num>",
168734
+ "is_alphanumeric": true
168504
168735
  }
168505
168736
  }
168506
168737
  }
@@ -168532,14 +168763,16 @@
168532
168763
  "type": "string"
168533
168764
  },
168534
168765
  "is_alphanumeric": {
168535
- "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
168766
+ "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
168767
+ "example": true,
168536
168768
  "type": "boolean"
168537
168769
  }
168538
168770
  },
168539
168771
  "required": [
168540
168772
  "id",
168541
168773
  "key_prefix",
168542
- "url_template"
168774
+ "url_template",
168775
+ "is_alphanumeric"
168543
168776
  ]
168544
168777
  },
168545
168778
  "examples": {
@@ -168708,14 +168941,16 @@
168708
168941
  "type": "string"
168709
168942
  },
168710
168943
  "is_alphanumeric": {
168711
- "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
168944
+ "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
168945
+ "example": true,
168712
168946
  "type": "boolean"
168713
168947
  }
168714
168948
  },
168715
168949
  "required": [
168716
168950
  "id",
168717
168951
  "key_prefix",
168718
- "url_template"
168952
+ "url_template",
168953
+ "is_alphanumeric"
168719
168954
  ]
168720
168955
  },
168721
168956
  "examples": {
@@ -194651,6 +194886,10 @@
194651
194886
  "starred_at": {
194652
194887
  "type": "string",
194653
194888
  "example": "\"2020-07-09T00:17:42Z\""
194889
+ },
194890
+ "anonymous_access_enabled": {
194891
+ "type": "boolean",
194892
+ "description": "Whether anonymous git access is enabled for this repository"
194654
194893
  }
194655
194894
  },
194656
194895
  "required": [
@@ -197231,6 +197470,10 @@
197231
197470
  "starred_at": {
197232
197471
  "type": "string",
197233
197472
  "example": "\"2020-07-09T00:17:42Z\""
197473
+ },
197474
+ "anonymous_access_enabled": {
197475
+ "type": "boolean",
197476
+ "description": "Whether anonymous git access is enabled for this repository"
197234
197477
  }
197235
197478
  },
197236
197479
  "required": [
@@ -199528,6 +199771,10 @@
199528
199771
  "starred_at": {
199529
199772
  "type": "string",
199530
199773
  "example": "\"2020-07-09T00:17:42Z\""
199774
+ },
199775
+ "anonymous_access_enabled": {
199776
+ "type": "boolean",
199777
+ "description": "Whether anonymous git access is enabled for this repository"
199531
199778
  }
199532
199779
  },
199533
199780
  "required": [
@@ -201998,6 +202245,10 @@
201998
202245
  "starred_at": {
201999
202246
  "type": "string",
202000
202247
  "example": "\"2020-07-09T00:17:42Z\""
202248
+ },
202249
+ "anonymous_access_enabled": {
202250
+ "type": "boolean",
202251
+ "description": "Whether anonymous git access is enabled for this repository"
202001
202252
  }
202002
202253
  },
202003
202254
  "required": [
@@ -204740,6 +204991,11 @@
204740
204991
  "nullable": true,
204741
204992
  "type": "string",
204742
204993
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
204994
+ },
204995
+ "help_uri": {
204996
+ "nullable": true,
204997
+ "type": "string",
204998
+ "description": "A link to the documentation for the rule used to detect the alert."
204743
204999
  }
204744
205000
  }
204745
205001
  },
@@ -204902,7 +205158,8 @@
204902
205158
  "security",
204903
205159
  "external/cwe/cwe-022"
204904
205160
  ],
204905
- "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 ..."
205161
+ "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 ...",
205162
+ "help_uri": "https://codeql.github.com/"
204906
205163
  },
204907
205164
  "tool": {
204908
205165
  "name": "CodeQL",
@@ -205381,6 +205638,11 @@
205381
205638
  "nullable": true,
205382
205639
  "type": "string",
205383
205640
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
205641
+ },
205642
+ "help_uri": {
205643
+ "nullable": true,
205644
+ "type": "string",
205645
+ "description": "A link to the documentation for the rule used to detect the alert."
205384
205646
  }
205385
205647
  }
205386
205648
  },
@@ -205543,7 +205805,8 @@
205543
205805
  "security",
205544
205806
  "external/cwe/cwe-022"
205545
205807
  ],
205546
- "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 ..."
205808
+ "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 ...",
205809
+ "help_uri": "https://codeql.github.com/"
205547
205810
  },
205548
205811
  "tool": {
205549
205812
  "name": "CodeQL",
@@ -209265,6 +209528,10 @@
209265
209528
  "starred_at": {
209266
209529
  "type": "string",
209267
209530
  "example": "\"2020-07-09T00:17:42Z\""
209531
+ },
209532
+ "anonymous_access_enabled": {
209533
+ "type": "boolean",
209534
+ "description": "Whether anonymous git access is enabled for this repository"
209268
209535
  }
209269
209536
  },
209270
209537
  "required": [
@@ -212068,6 +212335,10 @@
212068
212335
  "starred_at": {
212069
212336
  "type": "string",
212070
212337
  "example": "\"2020-07-09T00:17:42Z\""
212338
+ },
212339
+ "anonymous_access_enabled": {
212340
+ "type": "boolean",
212341
+ "description": "Whether anonymous git access is enabled for this repository"
212071
212342
  }
212072
212343
  },
212073
212344
  "required": [
@@ -212689,14 +212960,15 @@
212689
212960
  },
212690
212961
  "location": "WestUs2",
212691
212962
  "idle_timeout_minutes": 60,
212692
- "retention_period_minutes": "43200,",
212693
- "retention_expires_at": "null,",
212963
+ "retention_period_minutes": 43200,
212964
+ "retention_expires_at": null,
212694
212965
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
212695
212966
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
212696
212967
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
212697
212968
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
212698
212969
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
212699
- "recent_folders": []
212970
+ "recent_folders": [],
212971
+ "template": null
212700
212972
  }
212701
212973
  }
212702
212974
  }
@@ -214517,6 +214789,10 @@
214517
214789
  "starred_at": {
214518
214790
  "type": "string",
214519
214791
  "example": "\"2020-07-09T00:17:42Z\""
214792
+ },
214793
+ "anonymous_access_enabled": {
214794
+ "type": "boolean",
214795
+ "description": "Whether anonymous git access is enabled for this repository"
214520
214796
  }
214521
214797
  },
214522
214798
  "required": [
@@ -215138,14 +215414,15 @@
215138
215414
  },
215139
215415
  "location": "WestUs2",
215140
215416
  "idle_timeout_minutes": 60,
215141
- "retention_period_minutes": "43200,",
215142
- "retention_expires_at": "null,",
215417
+ "retention_period_minutes": 43200,
215418
+ "retention_expires_at": null,
215143
215419
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
215144
215420
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
215145
215421
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
215146
215422
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
215147
215423
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
215148
- "recent_folders": []
215424
+ "recent_folders": [],
215425
+ "template": null
215149
215426
  }
215150
215427
  }
215151
215428
  }
@@ -218611,6 +218888,10 @@
218611
218888
  "starred_at": {
218612
218889
  "type": "string",
218613
218890
  "example": "\"2020-07-09T00:17:42Z\""
218891
+ },
218892
+ "anonymous_access_enabled": {
218893
+ "type": "boolean",
218894
+ "description": "Whether anonymous git access is enabled for this repository"
218614
218895
  }
218615
218896
  },
218616
218897
  "required": [
@@ -225943,6 +226224,10 @@
225943
226224
  "starred_at": {
225944
226225
  "type": "string",
225945
226226
  "example": "\"2020-07-09T00:17:42Z\""
226227
+ },
226228
+ "anonymous_access_enabled": {
226229
+ "type": "boolean",
226230
+ "description": "Whether anonymous git access is enabled for this repository"
225946
226231
  }
225947
226232
  },
225948
226233
  "required": [
@@ -227273,6 +227558,10 @@
227273
227558
  "starred_at": {
227274
227559
  "type": "string",
227275
227560
  "example": "\"2020-07-09T00:17:42Z\""
227561
+ },
227562
+ "anonymous_access_enabled": {
227563
+ "type": "boolean",
227564
+ "description": "Whether anonymous git access is enabled for this repository"
227276
227565
  }
227277
227566
  },
227278
227567
  "required": [
@@ -229148,6 +229437,27 @@
229148
229437
  }
229149
229438
  }
229150
229439
  }
229440
+ },
229441
+ "503": {
229442
+ "description": "Service unavailable",
229443
+ "content": {
229444
+ "application/json": {
229445
+ "schema": {
229446
+ "type": "object",
229447
+ "properties": {
229448
+ "code": {
229449
+ "type": "string"
229450
+ },
229451
+ "message": {
229452
+ "type": "string"
229453
+ },
229454
+ "documentation_url": {
229455
+ "type": "string"
229456
+ }
229457
+ }
229458
+ }
229459
+ }
229460
+ }
229151
229461
  }
229152
229462
  },
229153
229463
  "x-github": {
@@ -232260,6 +232570,10 @@
232260
232570
  "starred_at": {
232261
232571
  "type": "string",
232262
232572
  "example": "\"2020-07-09T00:17:42Z\""
232573
+ },
232574
+ "anonymous_access_enabled": {
232575
+ "type": "boolean",
232576
+ "description": "Whether anonymous git access is enabled for this repository"
232263
232577
  }
232264
232578
  },
232265
232579
  "required": [
@@ -234478,6 +234792,10 @@
234478
234792
  "starred_at": {
234479
234793
  "type": "string",
234480
234794
  "example": "\"2020-07-09T00:17:42Z\""
234795
+ },
234796
+ "anonymous_access_enabled": {
234797
+ "type": "boolean",
234798
+ "description": "Whether anonymous git access is enabled for this repository"
234481
234799
  }
234482
234800
  },
234483
234801
  "required": [
@@ -237558,6 +237876,27 @@
237558
237876
  }
237559
237877
  }
237560
237878
  }
237879
+ },
237880
+ "503": {
237881
+ "description": "Service unavailable",
237882
+ "content": {
237883
+ "application/json": {
237884
+ "schema": {
237885
+ "type": "object",
237886
+ "properties": {
237887
+ "code": {
237888
+ "type": "string"
237889
+ },
237890
+ "message": {
237891
+ "type": "string"
237892
+ },
237893
+ "documentation_url": {
237894
+ "type": "string"
237895
+ }
237896
+ }
237897
+ }
237898
+ }
237899
+ }
237561
237900
  }
237562
237901
  },
237563
237902
  "x-github": {
@@ -247711,7 +248050,12 @@
247711
248050
  "description": "The reason for the current state",
247712
248051
  "example": "not_planned",
247713
248052
  "type": "string",
247714
- "nullable": true
248053
+ "nullable": true,
248054
+ "enum": [
248055
+ "completed",
248056
+ "reopened",
248057
+ "not_planned"
248058
+ ]
247715
248059
  },
247716
248060
  "title": {
247717
248061
  "description": "Title of the issue",
@@ -249659,6 +250003,10 @@
249659
250003
  "starred_at": {
249660
250004
  "type": "string",
249661
250005
  "example": "\"2020-07-09T00:17:42Z\""
250006
+ },
250007
+ "anonymous_access_enabled": {
250008
+ "type": "boolean",
250009
+ "description": "Whether anonymous git access is enabled for this repository"
249662
250010
  }
249663
250011
  },
249664
250012
  "required": [
@@ -252313,6 +252661,10 @@
252313
252661
  "starred_at": {
252314
252662
  "type": "string",
252315
252663
  "example": "\"2020-07-09T00:17:42Z\""
252664
+ },
252665
+ "anonymous_access_enabled": {
252666
+ "type": "boolean",
252667
+ "description": "Whether anonymous git access is enabled for this repository"
252316
252668
  }
252317
252669
  },
252318
252670
  "required": [
@@ -254368,6 +254720,10 @@
254368
254720
  "starred_at": {
254369
254721
  "type": "string",
254370
254722
  "example": "\"2020-07-09T00:17:42Z\""
254723
+ },
254724
+ "anonymous_access_enabled": {
254725
+ "type": "boolean",
254726
+ "description": "Whether anonymous git access is enabled for this repository"
254371
254727
  }
254372
254728
  },
254373
254729
  "required": [
@@ -255802,6 +256158,10 @@
255802
256158
  "starred_at": {
255803
256159
  "type": "string",
255804
256160
  "example": "\"2020-07-09T00:17:42Z\""
256161
+ },
256162
+ "anonymous_access_enabled": {
256163
+ "type": "boolean",
256164
+ "description": "Whether anonymous git access is enabled for this repository"
255805
256165
  }
255806
256166
  },
255807
256167
  "required": [
@@ -256991,6 +257351,10 @@
256991
257351
  "starred_at": {
256992
257352
  "type": "string",
256993
257353
  "example": "\"2020-07-09T00:17:42Z\""
257354
+ },
257355
+ "anonymous_access_enabled": {
257356
+ "type": "boolean",
257357
+ "description": "Whether anonymous git access is enabled for this repository"
256994
257358
  }
256995
257359
  },
256996
257360
  "required": [
@@ -268561,6 +268925,10 @@
268561
268925
  "starred_at": {
268562
268926
  "type": "string",
268563
268927
  "example": "\"2020-07-09T00:17:42Z\""
268928
+ },
268929
+ "anonymous_access_enabled": {
268930
+ "type": "boolean",
268931
+ "description": "Whether anonymous git access is enabled for this repository"
268564
268932
  }
268565
268933
  },
268566
268934
  "required": [
@@ -270841,6 +271209,10 @@
270841
271209
  "starred_at": {
270842
271210
  "type": "string",
270843
271211
  "example": "\"2020-07-09T00:17:42Z\""
271212
+ },
271213
+ "anonymous_access_enabled": {
271214
+ "type": "boolean",
271215
+ "description": "Whether anonymous git access is enabled for this repository"
270844
271216
  }
270845
271217
  },
270846
271218
  "required": [
@@ -271737,7 +272109,12 @@
271737
272109
  "description": "The reason for the current state",
271738
272110
  "example": "not_planned",
271739
272111
  "type": "string",
271740
- "nullable": true
272112
+ "nullable": true,
272113
+ "enum": [
272114
+ "completed",
272115
+ "reopened",
272116
+ "not_planned"
272117
+ ]
271741
272118
  },
271742
272119
  "title": {
271743
272120
  "description": "Title of the issue",
@@ -273685,6 +274062,10 @@
273685
274062
  "starred_at": {
273686
274063
  "type": "string",
273687
274064
  "example": "\"2020-07-09T00:17:42Z\""
274065
+ },
274066
+ "anonymous_access_enabled": {
274067
+ "type": "boolean",
274068
+ "description": "Whether anonymous git access is enabled for this repository"
273688
274069
  }
273689
274070
  },
273690
274071
  "required": [
@@ -274590,7 +274971,12 @@
274590
274971
  "description": "The reason for the current state",
274591
274972
  "example": "not_planned",
274592
274973
  "type": "string",
274593
- "nullable": true
274974
+ "nullable": true,
274975
+ "enum": [
274976
+ "completed",
274977
+ "reopened",
274978
+ "not_planned"
274979
+ ]
274594
274980
  },
274595
274981
  "title": {
274596
274982
  "description": "Title of the issue",
@@ -276538,6 +276924,10 @@
276538
276924
  "starred_at": {
276539
276925
  "type": "string",
276540
276926
  "example": "\"2020-07-09T00:17:42Z\""
276927
+ },
276928
+ "anonymous_access_enabled": {
276929
+ "type": "boolean",
276930
+ "description": "Whether anonymous git access is enabled for this repository"
276541
276931
  }
276542
276932
  },
276543
276933
  "required": [
@@ -280596,7 +280986,12 @@
280596
280986
  "description": "The reason for the current state",
280597
280987
  "example": "not_planned",
280598
280988
  "type": "string",
280599
- "nullable": true
280989
+ "nullable": true,
280990
+ "enum": [
280991
+ "completed",
280992
+ "reopened",
280993
+ "not_planned"
280994
+ ]
280600
280995
  },
280601
280996
  "title": {
280602
280997
  "description": "Title of the issue",
@@ -282544,6 +282939,10 @@
282544
282939
  "starred_at": {
282545
282940
  "type": "string",
282546
282941
  "example": "\"2020-07-09T00:17:42Z\""
282942
+ },
282943
+ "anonymous_access_enabled": {
282944
+ "type": "boolean",
282945
+ "description": "Whether anonymous git access is enabled for this repository"
282547
282946
  }
282548
282947
  },
282549
282948
  "required": [
@@ -284505,7 +284904,12 @@
284505
284904
  "description": "The reason for the current state",
284506
284905
  "example": "not_planned",
284507
284906
  "type": "string",
284508
- "nullable": true
284907
+ "nullable": true,
284908
+ "enum": [
284909
+ "completed",
284910
+ "reopened",
284911
+ "not_planned"
284912
+ ]
284509
284913
  },
284510
284914
  "title": {
284511
284915
  "description": "Title of the issue",
@@ -286453,6 +286857,10 @@
286453
286857
  "starred_at": {
286454
286858
  "type": "string",
286455
286859
  "example": "\"2020-07-09T00:17:42Z\""
286860
+ },
286861
+ "anonymous_access_enabled": {
286862
+ "type": "boolean",
286863
+ "description": "Whether anonymous git access is enabled for this repository"
286456
286864
  }
286457
286865
  },
286458
286866
  "required": [
@@ -288296,7 +288704,12 @@
288296
288704
  "description": "The reason for the current state",
288297
288705
  "example": "not_planned",
288298
288706
  "type": "string",
288299
- "nullable": true
288707
+ "nullable": true,
288708
+ "enum": [
288709
+ "completed",
288710
+ "reopened",
288711
+ "not_planned"
288712
+ ]
288300
288713
  },
288301
288714
  "title": {
288302
288715
  "description": "Title of the issue",
@@ -290244,6 +290657,10 @@
290244
290657
  "starred_at": {
290245
290658
  "type": "string",
290246
290659
  "example": "\"2020-07-09T00:17:42Z\""
290660
+ },
290661
+ "anonymous_access_enabled": {
290662
+ "type": "boolean",
290663
+ "description": "Whether anonymous git access is enabled for this repository"
290247
290664
  }
290248
290665
  },
290249
290666
  "required": [
@@ -290992,6 +291409,11 @@
290992
291409
  },
290993
291410
  "state_reason": {
290994
291411
  "type": "string",
291412
+ "enum": [
291413
+ "completed",
291414
+ "not_planned",
291415
+ "reopened"
291416
+ ],
290995
291417
  "nullable": true,
290996
291418
  "description": "The reason for the current state",
290997
291419
  "example": "not_planned"
@@ -291121,7 +291543,12 @@
291121
291543
  "description": "The reason for the current state",
291122
291544
  "example": "not_planned",
291123
291545
  "type": "string",
291124
- "nullable": true
291546
+ "nullable": true,
291547
+ "enum": [
291548
+ "completed",
291549
+ "reopened",
291550
+ "not_planned"
291551
+ ]
291125
291552
  },
291126
291553
  "title": {
291127
291554
  "description": "Title of the issue",
@@ -293069,6 +293496,10 @@
293069
293496
  "starred_at": {
293070
293497
  "type": "string",
293071
293498
  "example": "\"2020-07-09T00:17:42Z\""
293499
+ },
293500
+ "anonymous_access_enabled": {
293501
+ "type": "boolean",
293502
+ "description": "Whether anonymous git access is enabled for this repository"
293072
293503
  }
293073
293504
  },
293074
293505
  "required": [
@@ -293977,7 +294408,12 @@
293977
294408
  "description": "The reason for the current state",
293978
294409
  "example": "not_planned",
293979
294410
  "type": "string",
293980
- "nullable": true
294411
+ "nullable": true,
294412
+ "enum": [
294413
+ "completed",
294414
+ "reopened",
294415
+ "not_planned"
294416
+ ]
293981
294417
  },
293982
294418
  "title": {
293983
294419
  "description": "Title of the issue",
@@ -295925,6 +296361,10 @@
295925
296361
  "starred_at": {
295926
296362
  "type": "string",
295927
296363
  "example": "\"2020-07-09T00:17:42Z\""
296364
+ },
296365
+ "anonymous_access_enabled": {
296366
+ "type": "boolean",
296367
+ "description": "Whether anonymous git access is enabled for this repository"
295928
296368
  }
295929
296369
  },
295930
296370
  "required": [
@@ -317830,7 +318270,12 @@
317830
318270
  "description": "The reason for the current state",
317831
318271
  "example": "not_planned",
317832
318272
  "type": "string",
317833
- "nullable": true
318273
+ "nullable": true,
318274
+ "enum": [
318275
+ "completed",
318276
+ "reopened",
318277
+ "not_planned"
318278
+ ]
317834
318279
  },
317835
318280
  "title": {
317836
318281
  "description": "Title of the issue",
@@ -319778,6 +320223,10 @@
319778
320223
  "starred_at": {
319779
320224
  "type": "string",
319780
320225
  "example": "\"2020-07-09T00:17:42Z\""
320226
+ },
320227
+ "anonymous_access_enabled": {
320228
+ "type": "boolean",
320229
+ "description": "Whether anonymous git access is enabled for this repository"
319781
320230
  }
319782
320231
  },
319783
320232
  "required": [
@@ -329088,6 +329537,10 @@
329088
329537
  "starred_at": {
329089
329538
  "type": "string",
329090
329539
  "example": "\"2020-07-09T00:17:42Z\""
329540
+ },
329541
+ "anonymous_access_enabled": {
329542
+ "type": "boolean",
329543
+ "description": "Whether anonymous git access is enabled for this repository"
329091
329544
  }
329092
329545
  },
329093
329546
  "required": [
@@ -335370,6 +335823,10 @@
335370
335823
  "starred_at": {
335371
335824
  "type": "string",
335372
335825
  "example": "\"2020-07-09T00:17:42Z\""
335826
+ },
335827
+ "anonymous_access_enabled": {
335828
+ "type": "boolean",
335829
+ "description": "Whether anonymous git access is enabled for this repository"
335373
335830
  }
335374
335831
  },
335375
335832
  "required": [
@@ -336700,6 +337157,10 @@
336700
337157
  "starred_at": {
336701
337158
  "type": "string",
336702
337159
  "example": "\"2020-07-09T00:17:42Z\""
337160
+ },
337161
+ "anonymous_access_enabled": {
337162
+ "type": "boolean",
337163
+ "description": "Whether anonymous git access is enabled for this repository"
336703
337164
  }
336704
337165
  },
336705
337166
  "required": [
@@ -347257,6 +347718,27 @@
347257
347718
  }
347258
347719
  }
347259
347720
  }
347721
+ },
347722
+ "503": {
347723
+ "description": "Service unavailable",
347724
+ "content": {
347725
+ "application/json": {
347726
+ "schema": {
347727
+ "type": "object",
347728
+ "properties": {
347729
+ "code": {
347730
+ "type": "string"
347731
+ },
347732
+ "message": {
347733
+ "type": "string"
347734
+ },
347735
+ "documentation_url": {
347736
+ "type": "string"
347737
+ }
347738
+ }
347739
+ }
347740
+ }
347741
+ }
347260
347742
  }
347261
347743
  },
347262
347744
  "x-github": {
@@ -352594,6 +353076,10 @@
352594
353076
  "starred_at": {
352595
353077
  "type": "string",
352596
353078
  "example": "\"2020-07-09T00:17:42Z\""
353079
+ },
353080
+ "anonymous_access_enabled": {
353081
+ "type": "boolean",
353082
+ "description": "Whether anonymous git access is enabled for this repository"
352597
353083
  }
352598
353084
  },
352599
353085
  "required": [
@@ -353215,14 +353701,15 @@
353215
353701
  },
353216
353702
  "location": "WestUs2",
353217
353703
  "idle_timeout_minutes": 60,
353218
- "retention_period_minutes": "43200,",
353219
- "retention_expires_at": "null,",
353704
+ "retention_period_minutes": 43200,
353705
+ "retention_expires_at": null,
353220
353706
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
353221
353707
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
353222
353708
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
353223
353709
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
353224
353710
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
353225
- "recent_folders": []
353711
+ "recent_folders": [],
353712
+ "template": null
353226
353713
  }
353227
353714
  }
353228
353715
  }
@@ -355043,6 +355530,10 @@
355043
355530
  "starred_at": {
355044
355531
  "type": "string",
355045
355532
  "example": "\"2020-07-09T00:17:42Z\""
355533
+ },
355534
+ "anonymous_access_enabled": {
355535
+ "type": "boolean",
355536
+ "description": "Whether anonymous git access is enabled for this repository"
355046
355537
  }
355047
355538
  },
355048
355539
  "required": [
@@ -355664,14 +356155,15 @@
355664
356155
  },
355665
356156
  "location": "WestUs2",
355666
356157
  "idle_timeout_minutes": 60,
355667
- "retention_period_minutes": "43200,",
355668
- "retention_expires_at": "null,",
356158
+ "retention_period_minutes": 43200,
356159
+ "retention_expires_at": null,
355669
356160
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
355670
356161
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
355671
356162
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
355672
356163
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
355673
356164
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
355674
- "recent_folders": []
356165
+ "recent_folders": [],
356166
+ "template": null
355675
356167
  }
355676
356168
  }
355677
356169
  }
@@ -358565,6 +359057,27 @@
358565
359057
  }
358566
359058
  }
358567
359059
  }
359060
+ },
359061
+ "503": {
359062
+ "description": "Service unavailable",
359063
+ "content": {
359064
+ "application/json": {
359065
+ "schema": {
359066
+ "type": "object",
359067
+ "properties": {
359068
+ "code": {
359069
+ "type": "string"
359070
+ },
359071
+ "message": {
359072
+ "type": "string"
359073
+ },
359074
+ "documentation_url": {
359075
+ "type": "string"
359076
+ }
359077
+ }
359078
+ }
359079
+ }
359080
+ }
358568
359081
  }
358569
359082
  },
358570
359083
  "x-github": {
@@ -361586,6 +362099,10 @@
361586
362099
  "starred_at": {
361587
362100
  "type": "string",
361588
362101
  "example": "\"2020-07-09T00:17:42Z\""
362102
+ },
362103
+ "anonymous_access_enabled": {
362104
+ "type": "boolean",
362105
+ "description": "Whether anonymous git access is enabled for this repository"
361589
362106
  }
361590
362107
  },
361591
362108
  "required": [
@@ -362916,6 +363433,10 @@
362916
363433
  "starred_at": {
362917
363434
  "type": "string",
362918
363435
  "example": "\"2020-07-09T00:17:42Z\""
363436
+ },
363437
+ "anonymous_access_enabled": {
363438
+ "type": "boolean",
363439
+ "description": "Whether anonymous git access is enabled for this repository"
362919
363440
  }
362920
363441
  },
362921
363442
  "required": [
@@ -366295,6 +366816,10 @@
366295
366816
  "starred_at": {
366296
366817
  "type": "string",
366297
366818
  "example": "\"2020-07-09T00:17:42Z\""
366819
+ },
366820
+ "anonymous_access_enabled": {
366821
+ "type": "boolean",
366822
+ "description": "Whether anonymous git access is enabled for this repository"
366298
366823
  }
366299
366824
  },
366300
366825
  "required": [
@@ -367625,6 +368150,10 @@
367625
368150
  "starred_at": {
367626
368151
  "type": "string",
367627
368152
  "example": "\"2020-07-09T00:17:42Z\""
368153
+ },
368154
+ "anonymous_access_enabled": {
368155
+ "type": "boolean",
368156
+ "description": "Whether anonymous git access is enabled for this repository"
367628
368157
  }
367629
368158
  },
367630
368159
  "required": [
@@ -386754,6 +387283,10 @@
386754
387283
  "starred_at": {
386755
387284
  "type": "string",
386756
387285
  "example": "\"2020-07-09T00:17:42Z\""
387286
+ },
387287
+ "anonymous_access_enabled": {
387288
+ "type": "boolean",
387289
+ "description": "Whether anonymous git access is enabled for this repository"
386757
387290
  }
386758
387291
  },
386759
387292
  "required": [
@@ -387425,7 +387958,7 @@
387425
387958
  "/repos/{template_owner}/{template_repo}/generate": {
387426
387959
  "post": {
387427
387960
  "summary": "Create a repository using a template",
387428
- "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/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/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",
387961
+ "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/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/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",
387429
387962
  "tags": [
387430
387963
  "repos"
387431
387964
  ],
@@ -388616,6 +389149,10 @@
388616
389149
  "starred_at": {
388617
389150
  "type": "string",
388618
389151
  "example": "\"2020-07-09T00:17:42Z\""
389152
+ },
389153
+ "anonymous_access_enabled": {
389154
+ "type": "boolean",
389155
+ "description": "Whether anonymous git access is enabled for this repository"
388619
389156
  }
388620
389157
  },
388621
389158
  "required": [
@@ -390411,6 +390948,10 @@
390411
390948
  "starred_at": {
390412
390949
  "type": "string",
390413
390950
  "example": "\"2020-07-09T00:17:42Z\""
390951
+ },
390952
+ "anonymous_access_enabled": {
390953
+ "type": "boolean",
390954
+ "description": "Whether anonymous git access is enabled for this repository"
390414
390955
  }
390415
390956
  },
390416
390957
  "required": [
@@ -398395,6 +398936,10 @@
398395
398936
  "starred_at": {
398396
398937
  "type": "string",
398397
398938
  "example": "\"2020-07-09T00:17:42Z\""
398939
+ },
398940
+ "anonymous_access_enabled": {
398941
+ "type": "boolean",
398942
+ "description": "Whether anonymous git access is enabled for this repository"
398398
398943
  }
398399
398944
  },
398400
398945
  "required": [
@@ -400824,6 +401369,10 @@
400824
401369
  "starred_at": {
400825
401370
  "type": "string",
400826
401371
  "example": "\"2020-07-09T00:17:42Z\""
401372
+ },
401373
+ "anonymous_access_enabled": {
401374
+ "type": "boolean",
401375
+ "description": "Whether anonymous git access is enabled for this repository"
400827
401376
  }
400828
401377
  },
400829
401378
  "required": [
@@ -403248,6 +403797,10 @@
403248
403797
  "starred_at": {
403249
403798
  "type": "string",
403250
403799
  "example": "\"2020-07-09T00:17:42Z\""
403800
+ },
403801
+ "anonymous_access_enabled": {
403802
+ "type": "boolean",
403803
+ "description": "Whether anonymous git access is enabled for this repository"
403251
403804
  }
403252
403805
  },
403253
403806
  "required": [
@@ -415817,6 +416370,10 @@
415817
416370
  "starred_at": {
415818
416371
  "type": "string",
415819
416372
  "example": "\"2020-07-09T00:17:42Z\""
416373
+ },
416374
+ "anonymous_access_enabled": {
416375
+ "type": "boolean",
416376
+ "description": "Whether anonymous git access is enabled for this repository"
415820
416377
  }
415821
416378
  },
415822
416379
  "required": [
@@ -417883,6 +418440,10 @@
417883
418440
  "starred_at": {
417884
418441
  "type": "string",
417885
418442
  "example": "\"2020-07-09T00:17:42Z\""
418443
+ },
418444
+ "anonymous_access_enabled": {
418445
+ "type": "boolean",
418446
+ "description": "Whether anonymous git access is enabled for this repository"
417886
418447
  }
417887
418448
  },
417888
418449
  "required": [
@@ -423158,6 +423719,10 @@
423158
423719
  "starred_at": {
423159
423720
  "type": "string",
423160
423721
  "example": "\"2020-07-09T00:17:42Z\""
423722
+ },
423723
+ "anonymous_access_enabled": {
423724
+ "type": "boolean",
423725
+ "description": "Whether anonymous git access is enabled for this repository"
423161
423726
  }
423162
423727
  },
423163
423728
  "required": [
@@ -426144,6 +426709,10 @@
426144
426709
  "starred_at": {
426145
426710
  "type": "string",
426146
426711
  "example": "\"2020-07-09T00:17:42Z\""
426712
+ },
426713
+ "anonymous_access_enabled": {
426714
+ "type": "boolean",
426715
+ "description": "Whether anonymous git access is enabled for this repository"
426147
426716
  }
426148
426717
  },
426149
426718
  "required": [
@@ -426765,14 +427334,15 @@
426765
427334
  },
426766
427335
  "location": "WestUs2",
426767
427336
  "idle_timeout_minutes": 60,
426768
- "retention_period_minutes": "43200,",
426769
- "retention_expires_at": "null,",
427337
+ "retention_period_minutes": 43200,
427338
+ "retention_expires_at": null,
426770
427339
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
426771
427340
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
426772
427341
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
426773
427342
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
426774
427343
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
426775
- "recent_folders": []
427344
+ "recent_folders": [],
427345
+ "template": null
426776
427346
  }
426777
427347
  }
426778
427348
  }
@@ -428593,6 +429163,10 @@
428593
429163
  "starred_at": {
428594
429164
  "type": "string",
428595
429165
  "example": "\"2020-07-09T00:17:42Z\""
429166
+ },
429167
+ "anonymous_access_enabled": {
429168
+ "type": "boolean",
429169
+ "description": "Whether anonymous git access is enabled for this repository"
428596
429170
  }
428597
429171
  },
428598
429172
  "required": [
@@ -429214,14 +429788,15 @@
429214
429788
  },
429215
429789
  "location": "WestUs2",
429216
429790
  "idle_timeout_minutes": 60,
429217
- "retention_period_minutes": "43200,",
429218
- "retention_expires_at": "null,",
429791
+ "retention_period_minutes": 43200,
429792
+ "retention_expires_at": null,
429219
429793
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
429220
429794
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
429221
429795
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
429222
429796
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
429223
429797
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
429224
- "recent_folders": []
429798
+ "recent_folders": [],
429799
+ "template": null
429225
429800
  }
429226
429801
  }
429227
429802
  }
@@ -431415,6 +431990,10 @@
431415
431990
  "starred_at": {
431416
431991
  "type": "string",
431417
431992
  "example": "\"2020-07-09T00:17:42Z\""
431993
+ },
431994
+ "anonymous_access_enabled": {
431995
+ "type": "boolean",
431996
+ "description": "Whether anonymous git access is enabled for this repository"
431418
431997
  }
431419
431998
  },
431420
431999
  "required": [
@@ -434306,6 +434885,10 @@
434306
434885
  "starred_at": {
434307
434886
  "type": "string",
434308
434887
  "example": "\"2020-07-09T00:17:42Z\""
434888
+ },
434889
+ "anonymous_access_enabled": {
434890
+ "type": "boolean",
434891
+ "description": "Whether anonymous git access is enabled for this repository"
434309
434892
  }
434310
434893
  },
434311
434894
  "required": [
@@ -434927,14 +435510,15 @@
434927
435510
  },
434928
435511
  "location": "WestUs2",
434929
435512
  "idle_timeout_minutes": 60,
434930
- "retention_period_minutes": "43200,",
434931
- "retention_expires_at": "null,",
435513
+ "retention_period_minutes": 43200,
435514
+ "retention_expires_at": null,
434932
435515
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
434933
435516
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
434934
435517
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
434935
435518
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
434936
435519
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
434937
- "recent_folders": []
435520
+ "recent_folders": [],
435521
+ "template": null
434938
435522
  }
434939
435523
  }
434940
435524
  }
@@ -436928,6 +437512,10 @@
436928
437512
  "starred_at": {
436929
437513
  "type": "string",
436930
437514
  "example": "\"2020-07-09T00:17:42Z\""
437515
+ },
437516
+ "anonymous_access_enabled": {
437517
+ "type": "boolean",
437518
+ "description": "Whether anonymous git access is enabled for this repository"
436931
437519
  }
436932
437520
  },
436933
437521
  "required": [
@@ -437549,14 +438137,15 @@
437549
438137
  },
437550
438138
  "location": "WestUs2",
437551
438139
  "idle_timeout_minutes": 60,
437552
- "retention_period_minutes": "43200,",
437553
- "retention_expires_at": "null,",
438140
+ "retention_period_minutes": 43200,
438141
+ "retention_expires_at": null,
437554
438142
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
437555
438143
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
437556
438144
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
437557
438145
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
437558
438146
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
437559
- "recent_folders": []
438147
+ "recent_folders": [],
438148
+ "template": null
437560
438149
  }
437561
438150
  }
437562
438151
  }
@@ -440285,6 +440874,10 @@
440285
440874
  "starred_at": {
440286
440875
  "type": "string",
440287
440876
  "example": "\"2020-07-09T00:17:42Z\""
440877
+ },
440878
+ "anonymous_access_enabled": {
440879
+ "type": "boolean",
440880
+ "description": "Whether anonymous git access is enabled for this repository"
440288
440881
  }
440289
440882
  },
440290
440883
  "required": [
@@ -440906,14 +441499,15 @@
440906
441499
  },
440907
441500
  "location": "WestUs2",
440908
441501
  "idle_timeout_minutes": 60,
440909
- "retention_period_minutes": "43200,",
440910
- "retention_expires_at": "null,",
441502
+ "retention_period_minutes": 43200,
441503
+ "retention_expires_at": null,
440911
441504
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
440912
441505
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
440913
441506
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
440914
441507
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
440915
441508
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
440916
- "recent_folders": []
441509
+ "recent_folders": [],
441510
+ "template": null
440917
441511
  }
440918
441512
  }
440919
441513
  }
@@ -442987,6 +443581,10 @@
442987
443581
  "starred_at": {
442988
443582
  "type": "string",
442989
443583
  "example": "\"2020-07-09T00:17:42Z\""
443584
+ },
443585
+ "anonymous_access_enabled": {
443586
+ "type": "boolean",
443587
+ "description": "Whether anonymous git access is enabled for this repository"
442990
443588
  }
442991
443589
  },
442992
443590
  "required": [
@@ -443608,14 +444206,15 @@
443608
444206
  },
443609
444207
  "location": "WestUs2",
443610
444208
  "idle_timeout_minutes": 60,
443611
- "retention_period_minutes": "43200,",
443612
- "retention_expires_at": "null,",
444209
+ "retention_period_minutes": 43200,
444210
+ "retention_expires_at": null,
443613
444211
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
443614
444212
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
443615
444213
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
443616
444214
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
443617
444215
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
443618
- "recent_folders": []
444216
+ "recent_folders": [],
444217
+ "template": null
443619
444218
  }
443620
444219
  }
443621
444220
  }
@@ -449025,6 +449624,10 @@
449025
449624
  "starred_at": {
449026
449625
  "type": "string",
449027
449626
  "example": "\"2020-07-09T00:17:42Z\""
449627
+ },
449628
+ "anonymous_access_enabled": {
449629
+ "type": "boolean",
449630
+ "description": "Whether anonymous git access is enabled for this repository"
449028
449631
  }
449029
449632
  },
449030
449633
  "required": [
@@ -450026,7 +450629,12 @@
450026
450629
  "description": "The reason for the current state",
450027
450630
  "example": "not_planned",
450028
450631
  "type": "string",
450029
- "nullable": true
450632
+ "nullable": true,
450633
+ "enum": [
450634
+ "completed",
450635
+ "reopened",
450636
+ "not_planned"
450637
+ ]
450030
450638
  },
450031
450639
  "title": {
450032
450640
  "description": "Title of the issue",
@@ -451974,6 +452582,10 @@
451974
452582
  "starred_at": {
451975
452583
  "type": "string",
451976
452584
  "example": "\"2020-07-09T00:17:42Z\""
452585
+ },
452586
+ "anonymous_access_enabled": {
452587
+ "type": "boolean",
452588
+ "description": "Whether anonymous git access is enabled for this repository"
451977
452589
  }
451978
452590
  },
451979
452591
  "required": [
@@ -456824,6 +457436,10 @@
456824
457436
  "starred_at": {
456825
457437
  "type": "string",
456826
457438
  "example": "\"2020-07-09T00:17:42Z\""
457439
+ },
457440
+ "anonymous_access_enabled": {
457441
+ "type": "boolean",
457442
+ "description": "Whether anonymous git access is enabled for this repository"
456827
457443
  }
456828
457444
  },
456829
457445
  "required": [
@@ -458569,6 +459185,10 @@
458569
459185
  "starred_at": {
458570
459186
  "type": "string",
458571
459187
  "example": "\"2020-07-09T00:17:42Z\""
459188
+ },
459189
+ "anonymous_access_enabled": {
459190
+ "type": "boolean",
459191
+ "description": "Whether anonymous git access is enabled for this repository"
458572
459192
  }
458573
459193
  },
458574
459194
  "required": [
@@ -460304,6 +460924,10 @@
460304
460924
  "starred_at": {
460305
460925
  "type": "string",
460306
460926
  "example": "\"2020-07-09T00:17:42Z\""
460927
+ },
460928
+ "anonymous_access_enabled": {
460929
+ "type": "boolean",
460930
+ "description": "Whether anonymous git access is enabled for this repository"
460307
460931
  }
460308
460932
  },
460309
460933
  "required": [
@@ -462615,6 +463239,10 @@
462615
463239
  "starred_at": {
462616
463240
  "type": "string",
462617
463241
  "example": "\"2020-07-09T00:17:42Z\""
463242
+ },
463243
+ "anonymous_access_enabled": {
463244
+ "type": "boolean",
463245
+ "description": "Whether anonymous git access is enabled for this repository"
462618
463246
  }
462619
463247
  },
462620
463248
  "required": [
@@ -464974,6 +465602,10 @@
464974
465602
  "starred_at": {
464975
465603
  "type": "string",
464976
465604
  "example": "\"2020-07-09T00:17:42Z\""
465605
+ },
465606
+ "anonymous_access_enabled": {
465607
+ "type": "boolean",
465608
+ "description": "Whether anonymous git access is enabled for this repository"
464977
465609
  }
464978
465610
  },
464979
465611
  "required": [
@@ -467053,6 +467685,10 @@
467053
467685
  "starred_at": {
467054
467686
  "type": "string",
467055
467687
  "example": "\"2020-07-09T00:17:42Z\""
467688
+ },
467689
+ "anonymous_access_enabled": {
467690
+ "type": "boolean",
467691
+ "description": "Whether anonymous git access is enabled for this repository"
467056
467692
  }
467057
467693
  },
467058
467694
  "required": [
@@ -470323,6 +470959,10 @@
470323
470959
  "starred_at": {
470324
470960
  "type": "string",
470325
470961
  "example": "\"2020-07-09T00:17:42Z\""
470962
+ },
470963
+ "anonymous_access_enabled": {
470964
+ "type": "boolean",
470965
+ "description": "Whether anonymous git access is enabled for this repository"
470326
470966
  }
470327
470967
  },
470328
470968
  "required": [
@@ -471942,6 +472582,10 @@
471942
472582
  "starred_at": {
471943
472583
  "type": "string",
471944
472584
  "example": "\"2020-07-09T00:17:42Z\""
472585
+ },
472586
+ "anonymous_access_enabled": {
472587
+ "type": "boolean",
472588
+ "description": "Whether anonymous git access is enabled for this repository"
471945
472589
  }
471946
472590
  },
471947
472591
  "required": [
@@ -473974,6 +474618,10 @@
473974
474618
  "starred_at": {
473975
474619
  "type": "string",
473976
474620
  "example": "\"2020-07-09T00:17:42Z\""
474621
+ },
474622
+ "anonymous_access_enabled": {
474623
+ "type": "boolean",
474624
+ "description": "Whether anonymous git access is enabled for this repository"
473977
474625
  }
473978
474626
  },
473979
474627
  "required": [
@@ -476839,6 +477487,10 @@
476839
477487
  "starred_at": {
476840
477488
  "type": "string",
476841
477489
  "example": "\"2020-07-09T00:17:42Z\""
477490
+ },
477491
+ "anonymous_access_enabled": {
477492
+ "type": "boolean",
477493
+ "description": "Whether anonymous git access is enabled for this repository"
476842
477494
  }
476843
477495
  },
476844
477496
  "required": [
@@ -478172,6 +478824,10 @@
478172
478824
  "starred_at": {
478173
478825
  "type": "string",
478174
478826
  "example": "\"2020-07-09T00:17:42Z\""
478827
+ },
478828
+ "anonymous_access_enabled": {
478829
+ "type": "boolean",
478830
+ "description": "Whether anonymous git access is enabled for this repository"
478175
478831
  }
478176
478832
  },
478177
478833
  "required": [
@@ -480428,6 +481084,10 @@
480428
481084
  "starred_at": {
480429
481085
  "type": "string",
480430
481086
  "example": "\"2020-07-09T00:17:42Z\""
481087
+ },
481088
+ "anonymous_access_enabled": {
481089
+ "type": "boolean",
481090
+ "description": "Whether anonymous git access is enabled for this repository"
480431
481091
  }
480432
481092
  },
480433
481093
  "required": [
@@ -482468,7 +483128,12 @@
482468
483128
  "description": "The reason for the current state",
482469
483129
  "example": "not_planned",
482470
483130
  "type": "string",
482471
- "nullable": true
483131
+ "nullable": true,
483132
+ "enum": [
483133
+ "completed",
483134
+ "reopened",
483135
+ "not_planned"
483136
+ ]
482472
483137
  },
482473
483138
  "title": {
482474
483139
  "description": "Title of the issue",
@@ -484416,6 +485081,10 @@
484416
485081
  "starred_at": {
484417
485082
  "type": "string",
484418
485083
  "example": "\"2020-07-09T00:17:42Z\""
485084
+ },
485085
+ "anonymous_access_enabled": {
485086
+ "type": "boolean",
485087
+ "description": "Whether anonymous git access is enabled for this repository"
484419
485088
  }
484420
485089
  },
484421
485090
  "required": [
@@ -485666,7 +486335,12 @@
485666
486335
  "description": "The reason for the current state",
485667
486336
  "example": "not_planned",
485668
486337
  "type": "string",
485669
- "nullable": true
486338
+ "nullable": true,
486339
+ "enum": [
486340
+ "completed",
486341
+ "reopened",
486342
+ "not_planned"
486343
+ ]
485670
486344
  },
485671
486345
  "title": {
485672
486346
  "description": "Title of the issue",
@@ -487614,6 +488288,10 @@
487614
488288
  "starred_at": {
487615
488289
  "type": "string",
487616
488290
  "example": "\"2020-07-09T00:17:42Z\""
488291
+ },
488292
+ "anonymous_access_enabled": {
488293
+ "type": "boolean",
488294
+ "description": "Whether anonymous git access is enabled for this repository"
487617
488295
  }
487618
488296
  },
487619
488297
  "required": [
@@ -488866,7 +489544,12 @@
488866
489544
  "description": "The reason for the current state",
488867
489545
  "example": "not_planned",
488868
489546
  "type": "string",
488869
- "nullable": true
489547
+ "nullable": true,
489548
+ "enum": [
489549
+ "completed",
489550
+ "reopened",
489551
+ "not_planned"
489552
+ ]
488870
489553
  },
488871
489554
  "title": {
488872
489555
  "description": "Title of the issue",
@@ -490814,6 +491497,10 @@
490814
491497
  "starred_at": {
490815
491498
  "type": "string",
490816
491499
  "example": "\"2020-07-09T00:17:42Z\""
491500
+ },
491501
+ "anonymous_access_enabled": {
491502
+ "type": "boolean",
491503
+ "description": "Whether anonymous git access is enabled for this repository"
490817
491504
  }
490818
491505
  },
490819
491506
  "required": [
@@ -496176,6 +496863,10 @@
496176
496863
  "starred_at": {
496177
496864
  "type": "string",
496178
496865
  "example": "\"2020-07-09T00:17:42Z\""
496866
+ },
496867
+ "anonymous_access_enabled": {
496868
+ "type": "boolean",
496869
+ "description": "Whether anonymous git access is enabled for this repository"
496179
496870
  }
496180
496871
  },
496181
496872
  "required": [
@@ -498316,6 +499007,10 @@
498316
499007
  "starred_at": {
498317
499008
  "type": "string",
498318
499009
  "example": "\"2020-07-09T00:17:42Z\""
499010
+ },
499011
+ "anonymous_access_enabled": {
499012
+ "type": "boolean",
499013
+ "description": "Whether anonymous git access is enabled for this repository"
498319
499014
  }
498320
499015
  },
498321
499016
  "required": [
@@ -500379,7 +501074,12 @@
500379
501074
  "description": "The reason for the current state",
500380
501075
  "example": "not_planned",
500381
501076
  "type": "string",
500382
- "nullable": true
501077
+ "nullable": true,
501078
+ "enum": [
501079
+ "completed",
501080
+ "reopened",
501081
+ "not_planned"
501082
+ ]
500383
501083
  },
500384
501084
  "title": {
500385
501085
  "description": "Title of the issue",
@@ -502327,6 +503027,10 @@
502327
503027
  "starred_at": {
502328
503028
  "type": "string",
502329
503029
  "example": "\"2020-07-09T00:17:42Z\""
503030
+ },
503031
+ "anonymous_access_enabled": {
503032
+ "type": "boolean",
503033
+ "description": "Whether anonymous git access is enabled for this repository"
502330
503034
  }
502331
503035
  },
502332
503036
  "required": [
@@ -503579,7 +504283,12 @@
503579
504283
  "description": "The reason for the current state",
503580
504284
  "example": "not_planned",
503581
504285
  "type": "string",
503582
- "nullable": true
504286
+ "nullable": true,
504287
+ "enum": [
504288
+ "completed",
504289
+ "reopened",
504290
+ "not_planned"
504291
+ ]
503583
504292
  },
503584
504293
  "title": {
503585
504294
  "description": "Title of the issue",
@@ -505527,6 +506236,10 @@
505527
506236
  "starred_at": {
505528
506237
  "type": "string",
505529
506238
  "example": "\"2020-07-09T00:17:42Z\""
506239
+ },
506240
+ "anonymous_access_enabled": {
506241
+ "type": "boolean",
506242
+ "description": "Whether anonymous git access is enabled for this repository"
505530
506243
  }
505531
506244
  },
505532
506245
  "required": [
@@ -508211,6 +508924,10 @@
508211
508924
  "starred_at": {
508212
508925
  "type": "string",
508213
508926
  "example": "\"2020-07-09T00:17:42Z\""
508927
+ },
508928
+ "anonymous_access_enabled": {
508929
+ "type": "boolean",
508930
+ "description": "Whether anonymous git access is enabled for this repository"
508214
508931
  }
508215
508932
  },
508216
508933
  "required": [
@@ -510156,6 +510873,10 @@
510156
510873
  "starred_at": {
510157
510874
  "type": "string",
510158
510875
  "example": "\"2020-07-09T00:17:42Z\""
510876
+ },
510877
+ "anonymous_access_enabled": {
510878
+ "type": "boolean",
510879
+ "description": "Whether anonymous git access is enabled for this repository"
510159
510880
  }
510160
510881
  },
510161
510882
  "required": [
@@ -511354,6 +512075,10 @@
511354
512075
  "starred_at": {
511355
512076
  "type": "string",
511356
512077
  "example": "\"2020-07-09T00:17:42Z\""
512078
+ },
512079
+ "anonymous_access_enabled": {
512080
+ "type": "boolean",
512081
+ "description": "Whether anonymous git access is enabled for this repository"
511357
512082
  }
511358
512083
  },
511359
512084
  "required": [
@@ -513180,6 +513905,10 @@
513180
513905
  "starred_at": {
513181
513906
  "type": "string",
513182
513907
  "example": "\"2020-07-09T00:17:42Z\""
513908
+ },
513909
+ "anonymous_access_enabled": {
513910
+ "type": "boolean",
513911
+ "description": "Whether anonymous git access is enabled for this repository"
513183
513912
  }
513184
513913
  },
513185
513914
  "required": [