@octokit/openapi 11.0.0 → 11.1.0
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.
- package/generated/api.github.com.deref.json +7446 -606
- package/generated/api.github.com.json +1135 -104
- package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
- package/generated/ghec-diff-to-api.github.com.json +92 -1
- package/generated/ghec.deref.json +7446 -606
- package/generated/ghec.json +1135 -104
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +2 -2
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -2
- package/generated/ghes-3.5.deref.json +2 -2
- package/generated/ghes-3.5.json +2 -2
- package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -2
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -2
- package/generated/ghes-3.6.deref.json +2 -2
- package/generated/ghes-3.6.json +2 -2
- package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
- package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
- package/generated/ghes-3.7.deref.json +253 -12
- package/generated/ghes-3.7.json +115 -12
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -0
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -11
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.8.deref.json +403 -12
- package/generated/ghes-3.8.json +265 -12
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +4996 -146
- package/generated/github.ae-diff-to-api.github.com.json +96 -5
- package/generated/github.ae.deref.json +5146 -146
- package/generated/github.ae.json +405 -15
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.1.0",
|
|
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": {
|
|
@@ -341330,7 +341330,17 @@
|
|
|
341330
341330
|
},
|
|
341331
341331
|
"docker_metadata": {
|
|
341332
341332
|
"type": "array",
|
|
341333
|
-
"items": {
|
|
341333
|
+
"items": {
|
|
341334
|
+
"type": "object",
|
|
341335
|
+
"properties": {
|
|
341336
|
+
"tags": {
|
|
341337
|
+
"type": "array",
|
|
341338
|
+
"items": {
|
|
341339
|
+
"type": "string"
|
|
341340
|
+
}
|
|
341341
|
+
}
|
|
341342
|
+
}
|
|
341343
|
+
}
|
|
341334
341344
|
},
|
|
341335
341345
|
"draft": {
|
|
341336
341346
|
"type": "boolean"
|
|
@@ -341760,7 +341770,56 @@
|
|
|
341760
341770
|
},
|
|
341761
341771
|
"rubygems_metadata": {
|
|
341762
341772
|
"type": "array",
|
|
341763
|
-
"items": {
|
|
341773
|
+
"items": {
|
|
341774
|
+
"title": "Ruby Gems metadata",
|
|
341775
|
+
"type": "object",
|
|
341776
|
+
"properties": {
|
|
341777
|
+
"name": {
|
|
341778
|
+
"type": "string"
|
|
341779
|
+
},
|
|
341780
|
+
"description": {
|
|
341781
|
+
"type": "string"
|
|
341782
|
+
},
|
|
341783
|
+
"readme": {
|
|
341784
|
+
"type": "string"
|
|
341785
|
+
},
|
|
341786
|
+
"homepage": {
|
|
341787
|
+
"type": "string"
|
|
341788
|
+
},
|
|
341789
|
+
"version_info": {
|
|
341790
|
+
"type": "object",
|
|
341791
|
+
"properties": {
|
|
341792
|
+
"version": {
|
|
341793
|
+
"type": "string"
|
|
341794
|
+
}
|
|
341795
|
+
}
|
|
341796
|
+
},
|
|
341797
|
+
"platform": {
|
|
341798
|
+
"type": "string"
|
|
341799
|
+
},
|
|
341800
|
+
"metadata": {
|
|
341801
|
+
"type": "object",
|
|
341802
|
+
"additionalProperties": {
|
|
341803
|
+
"type": "string"
|
|
341804
|
+
}
|
|
341805
|
+
},
|
|
341806
|
+
"repo": {
|
|
341807
|
+
"type": "string"
|
|
341808
|
+
},
|
|
341809
|
+
"dependencies": {
|
|
341810
|
+
"type": "array",
|
|
341811
|
+
"items": {
|
|
341812
|
+
"type": "object",
|
|
341813
|
+
"additionalProperties": {
|
|
341814
|
+
"type": "string"
|
|
341815
|
+
}
|
|
341816
|
+
}
|
|
341817
|
+
},
|
|
341818
|
+
"commit_oid": {
|
|
341819
|
+
"type": "string"
|
|
341820
|
+
}
|
|
341821
|
+
}
|
|
341822
|
+
}
|
|
341764
341823
|
},
|
|
341765
341824
|
"source_url": {
|
|
341766
341825
|
"type": "string"
|
|
@@ -343682,7 +343741,17 @@
|
|
|
343682
343741
|
},
|
|
343683
343742
|
"docker_metadata": {
|
|
343684
343743
|
"type": "array",
|
|
343685
|
-
"items": {
|
|
343744
|
+
"items": {
|
|
343745
|
+
"type": "object",
|
|
343746
|
+
"properties": {
|
|
343747
|
+
"tags": {
|
|
343748
|
+
"type": "array",
|
|
343749
|
+
"items": {
|
|
343750
|
+
"type": "string"
|
|
343751
|
+
}
|
|
343752
|
+
}
|
|
343753
|
+
}
|
|
343754
|
+
}
|
|
343686
343755
|
},
|
|
343687
343756
|
"draft": {
|
|
343688
343757
|
"type": "boolean"
|
|
@@ -343702,7 +343771,10 @@
|
|
|
343702
343771
|
},
|
|
343703
343772
|
"metadata": {
|
|
343704
343773
|
"type": "array",
|
|
343705
|
-
"items": {
|
|
343774
|
+
"items": {
|
|
343775
|
+
"type": "object",
|
|
343776
|
+
"additionalProperties": true
|
|
343777
|
+
}
|
|
343706
343778
|
},
|
|
343707
343779
|
"name": {
|
|
343708
343780
|
"type": "string"
|
|
@@ -343914,7 +343986,56 @@
|
|
|
343914
343986
|
},
|
|
343915
343987
|
"rubygems_metadata": {
|
|
343916
343988
|
"type": "array",
|
|
343917
|
-
"items": {
|
|
343989
|
+
"items": {
|
|
343990
|
+
"title": "Ruby Gems metadata",
|
|
343991
|
+
"type": "object",
|
|
343992
|
+
"properties": {
|
|
343993
|
+
"name": {
|
|
343994
|
+
"type": "string"
|
|
343995
|
+
},
|
|
343996
|
+
"description": {
|
|
343997
|
+
"type": "string"
|
|
343998
|
+
},
|
|
343999
|
+
"readme": {
|
|
344000
|
+
"type": "string"
|
|
344001
|
+
},
|
|
344002
|
+
"homepage": {
|
|
344003
|
+
"type": "string"
|
|
344004
|
+
},
|
|
344005
|
+
"version_info": {
|
|
344006
|
+
"type": "object",
|
|
344007
|
+
"properties": {
|
|
344008
|
+
"version": {
|
|
344009
|
+
"type": "string"
|
|
344010
|
+
}
|
|
344011
|
+
}
|
|
344012
|
+
},
|
|
344013
|
+
"platform": {
|
|
344014
|
+
"type": "string"
|
|
344015
|
+
},
|
|
344016
|
+
"metadata": {
|
|
344017
|
+
"type": "object",
|
|
344018
|
+
"additionalProperties": {
|
|
344019
|
+
"type": "string"
|
|
344020
|
+
}
|
|
344021
|
+
},
|
|
344022
|
+
"repo": {
|
|
344023
|
+
"type": "string"
|
|
344024
|
+
},
|
|
344025
|
+
"dependencies": {
|
|
344026
|
+
"type": "array",
|
|
344027
|
+
"items": {
|
|
344028
|
+
"type": "object",
|
|
344029
|
+
"additionalProperties": {
|
|
344030
|
+
"type": "string"
|
|
344031
|
+
}
|
|
344032
|
+
}
|
|
344033
|
+
},
|
|
344034
|
+
"commit_oid": {
|
|
344035
|
+
"type": "string"
|
|
344036
|
+
}
|
|
344037
|
+
}
|
|
344038
|
+
}
|
|
343918
344039
|
},
|
|
343919
344040
|
"source_url": {
|
|
343920
344041
|
"type": "string",
|
|
@@ -512666,7 +512787,17 @@
|
|
|
512666
512787
|
},
|
|
512667
512788
|
"docker_metadata": {
|
|
512668
512789
|
"type": "array",
|
|
512669
|
-
"items": {
|
|
512790
|
+
"items": {
|
|
512791
|
+
"type": "object",
|
|
512792
|
+
"properties": {
|
|
512793
|
+
"tags": {
|
|
512794
|
+
"type": "array",
|
|
512795
|
+
"items": {
|
|
512796
|
+
"type": "string"
|
|
512797
|
+
}
|
|
512798
|
+
}
|
|
512799
|
+
}
|
|
512800
|
+
}
|
|
512670
512801
|
},
|
|
512671
512802
|
"draft": {
|
|
512672
512803
|
"type": "boolean"
|
|
@@ -513085,7 +513216,56 @@
|
|
|
513085
513216
|
},
|
|
513086
513217
|
"rubygems_metadata": {
|
|
513087
513218
|
"type": "array",
|
|
513088
|
-
"items": {
|
|
513219
|
+
"items": {
|
|
513220
|
+
"title": "Ruby Gems metadata",
|
|
513221
|
+
"type": "object",
|
|
513222
|
+
"properties": {
|
|
513223
|
+
"name": {
|
|
513224
|
+
"type": "string"
|
|
513225
|
+
},
|
|
513226
|
+
"description": {
|
|
513227
|
+
"type": "string"
|
|
513228
|
+
},
|
|
513229
|
+
"readme": {
|
|
513230
|
+
"type": "string"
|
|
513231
|
+
},
|
|
513232
|
+
"homepage": {
|
|
513233
|
+
"type": "string"
|
|
513234
|
+
},
|
|
513235
|
+
"version_info": {
|
|
513236
|
+
"type": "object",
|
|
513237
|
+
"properties": {
|
|
513238
|
+
"version": {
|
|
513239
|
+
"type": "string"
|
|
513240
|
+
}
|
|
513241
|
+
}
|
|
513242
|
+
},
|
|
513243
|
+
"platform": {
|
|
513244
|
+
"type": "string"
|
|
513245
|
+
},
|
|
513246
|
+
"metadata": {
|
|
513247
|
+
"type": "object",
|
|
513248
|
+
"additionalProperties": {
|
|
513249
|
+
"type": "string"
|
|
513250
|
+
}
|
|
513251
|
+
},
|
|
513252
|
+
"repo": {
|
|
513253
|
+
"type": "string"
|
|
513254
|
+
},
|
|
513255
|
+
"dependencies": {
|
|
513256
|
+
"type": "array",
|
|
513257
|
+
"items": {
|
|
513258
|
+
"type": "object",
|
|
513259
|
+
"additionalProperties": {
|
|
513260
|
+
"type": "string"
|
|
513261
|
+
}
|
|
513262
|
+
}
|
|
513263
|
+
},
|
|
513264
|
+
"commit_oid": {
|
|
513265
|
+
"type": "string"
|
|
513266
|
+
}
|
|
513267
|
+
}
|
|
513268
|
+
}
|
|
513089
513269
|
},
|
|
513090
513270
|
"summary": {
|
|
513091
513271
|
"type": "string"
|
|
@@ -514964,7 +515144,16 @@
|
|
|
514964
515144
|
"docker_metadata": {
|
|
514965
515145
|
"type": "array",
|
|
514966
515146
|
"items": {
|
|
514967
|
-
"
|
|
515147
|
+
"type": "object",
|
|
515148
|
+
"nullable": true,
|
|
515149
|
+
"properties": {
|
|
515150
|
+
"tags": {
|
|
515151
|
+
"type": "array",
|
|
515152
|
+
"items": {
|
|
515153
|
+
"type": "string"
|
|
515154
|
+
}
|
|
515155
|
+
}
|
|
515156
|
+
}
|
|
514968
515157
|
}
|
|
514969
515158
|
},
|
|
514970
515159
|
"draft": {
|
|
@@ -514984,7 +515173,10 @@
|
|
|
514984
515173
|
},
|
|
514985
515174
|
"metadata": {
|
|
514986
515175
|
"type": "array",
|
|
514987
|
-
"items": {
|
|
515176
|
+
"items": {
|
|
515177
|
+
"type": "object",
|
|
515178
|
+
"additionalProperties": true
|
|
515179
|
+
}
|
|
514988
515180
|
},
|
|
514989
515181
|
"name": {
|
|
514990
515182
|
"type": "string"
|
|
@@ -515167,7 +515359,56 @@
|
|
|
515167
515359
|
},
|
|
515168
515360
|
"rubygems_metadata": {
|
|
515169
515361
|
"type": "array",
|
|
515170
|
-
"items": {
|
|
515362
|
+
"items": {
|
|
515363
|
+
"title": "Ruby Gems metadata",
|
|
515364
|
+
"type": "object",
|
|
515365
|
+
"properties": {
|
|
515366
|
+
"name": {
|
|
515367
|
+
"type": "string"
|
|
515368
|
+
},
|
|
515369
|
+
"description": {
|
|
515370
|
+
"type": "string"
|
|
515371
|
+
},
|
|
515372
|
+
"readme": {
|
|
515373
|
+
"type": "string"
|
|
515374
|
+
},
|
|
515375
|
+
"homepage": {
|
|
515376
|
+
"type": "string"
|
|
515377
|
+
},
|
|
515378
|
+
"version_info": {
|
|
515379
|
+
"type": "object",
|
|
515380
|
+
"properties": {
|
|
515381
|
+
"version": {
|
|
515382
|
+
"type": "string"
|
|
515383
|
+
}
|
|
515384
|
+
}
|
|
515385
|
+
},
|
|
515386
|
+
"platform": {
|
|
515387
|
+
"type": "string"
|
|
515388
|
+
},
|
|
515389
|
+
"metadata": {
|
|
515390
|
+
"type": "object",
|
|
515391
|
+
"additionalProperties": {
|
|
515392
|
+
"type": "string"
|
|
515393
|
+
}
|
|
515394
|
+
},
|
|
515395
|
+
"repo": {
|
|
515396
|
+
"type": "string"
|
|
515397
|
+
},
|
|
515398
|
+
"dependencies": {
|
|
515399
|
+
"type": "array",
|
|
515400
|
+
"items": {
|
|
515401
|
+
"type": "object",
|
|
515402
|
+
"additionalProperties": {
|
|
515403
|
+
"type": "string"
|
|
515404
|
+
}
|
|
515405
|
+
}
|
|
515406
|
+
},
|
|
515407
|
+
"commit_oid": {
|
|
515408
|
+
"type": "string"
|
|
515409
|
+
}
|
|
515410
|
+
}
|
|
515411
|
+
}
|
|
515171
515412
|
},
|
|
515172
515413
|
"summary": {
|
|
515173
515414
|
"type": "string"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.1.0",
|
|
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": {
|