@octokit/openapi 11.0.0 → 11.1.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.
- package/generated/api.github.com.deref.json +7867 -1059
- package/generated/api.github.com.json +1150 -152
- 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 +7870 -1062
- package/generated/ghec.json +1153 -155
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +292 -4865
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -675
- package/generated/ghes-3.5.deref.json +208 -60
- package/generated/ghes-3.5.json +21 -60
- package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
- package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -4739
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -684
- package/generated/ghes-3.6.deref.json +44 -60
- package/generated/ghes-3.6.json +21 -60
- 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 +282 -63
- package/generated/ghes-3.7.json +133 -63
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -38
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -4758
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
- package/generated/ghes-3.8.deref.json +433 -70
- package/generated/ghes-3.8.json +284 -70
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -84
- package/generated/github.ae-diff-to-api.github.com.deref.json +13247 -12990
- package/generated/github.ae-diff-to-api.github.com.json +1351 -1935
- package/generated/github.ae.deref.json +5201 -73
- package/generated/github.ae.json +424 -73
- 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.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": {
|
|
@@ -304014,7 +304014,17 @@
|
|
|
304014
304014
|
},
|
|
304015
304015
|
"docker_metadata": {
|
|
304016
304016
|
"type": "array",
|
|
304017
|
-
"items": {
|
|
304017
|
+
"items": {
|
|
304018
|
+
"type": "object",
|
|
304019
|
+
"properties": {
|
|
304020
|
+
"tags": {
|
|
304021
|
+
"type": "array",
|
|
304022
|
+
"items": {
|
|
304023
|
+
"type": "string"
|
|
304024
|
+
}
|
|
304025
|
+
}
|
|
304026
|
+
}
|
|
304027
|
+
}
|
|
304018
304028
|
},
|
|
304019
304029
|
"draft": {
|
|
304020
304030
|
"type": "boolean"
|
|
@@ -304444,7 +304454,56 @@
|
|
|
304444
304454
|
},
|
|
304445
304455
|
"rubygems_metadata": {
|
|
304446
304456
|
"type": "array",
|
|
304447
|
-
"items": {
|
|
304457
|
+
"items": {
|
|
304458
|
+
"title": "Ruby Gems metadata",
|
|
304459
|
+
"type": "object",
|
|
304460
|
+
"properties": {
|
|
304461
|
+
"name": {
|
|
304462
|
+
"type": "string"
|
|
304463
|
+
},
|
|
304464
|
+
"description": {
|
|
304465
|
+
"type": "string"
|
|
304466
|
+
},
|
|
304467
|
+
"readme": {
|
|
304468
|
+
"type": "string"
|
|
304469
|
+
},
|
|
304470
|
+
"homepage": {
|
|
304471
|
+
"type": "string"
|
|
304472
|
+
},
|
|
304473
|
+
"version_info": {
|
|
304474
|
+
"type": "object",
|
|
304475
|
+
"properties": {
|
|
304476
|
+
"version": {
|
|
304477
|
+
"type": "string"
|
|
304478
|
+
}
|
|
304479
|
+
}
|
|
304480
|
+
},
|
|
304481
|
+
"platform": {
|
|
304482
|
+
"type": "string"
|
|
304483
|
+
},
|
|
304484
|
+
"metadata": {
|
|
304485
|
+
"type": "object",
|
|
304486
|
+
"additionalProperties": {
|
|
304487
|
+
"type": "string"
|
|
304488
|
+
}
|
|
304489
|
+
},
|
|
304490
|
+
"repo": {
|
|
304491
|
+
"type": "string"
|
|
304492
|
+
},
|
|
304493
|
+
"dependencies": {
|
|
304494
|
+
"type": "array",
|
|
304495
|
+
"items": {
|
|
304496
|
+
"type": "object",
|
|
304497
|
+
"additionalProperties": {
|
|
304498
|
+
"type": "string"
|
|
304499
|
+
}
|
|
304500
|
+
}
|
|
304501
|
+
},
|
|
304502
|
+
"commit_oid": {
|
|
304503
|
+
"type": "string"
|
|
304504
|
+
}
|
|
304505
|
+
}
|
|
304506
|
+
}
|
|
304448
304507
|
},
|
|
304449
304508
|
"source_url": {
|
|
304450
304509
|
"type": "string"
|
|
@@ -306366,7 +306425,17 @@
|
|
|
306366
306425
|
},
|
|
306367
306426
|
"docker_metadata": {
|
|
306368
306427
|
"type": "array",
|
|
306369
|
-
"items": {
|
|
306428
|
+
"items": {
|
|
306429
|
+
"type": "object",
|
|
306430
|
+
"properties": {
|
|
306431
|
+
"tags": {
|
|
306432
|
+
"type": "array",
|
|
306433
|
+
"items": {
|
|
306434
|
+
"type": "string"
|
|
306435
|
+
}
|
|
306436
|
+
}
|
|
306437
|
+
}
|
|
306438
|
+
}
|
|
306370
306439
|
},
|
|
306371
306440
|
"draft": {
|
|
306372
306441
|
"type": "boolean"
|
|
@@ -306386,7 +306455,10 @@
|
|
|
306386
306455
|
},
|
|
306387
306456
|
"metadata": {
|
|
306388
306457
|
"type": "array",
|
|
306389
|
-
"items": {
|
|
306458
|
+
"items": {
|
|
306459
|
+
"type": "object",
|
|
306460
|
+
"additionalProperties": true
|
|
306461
|
+
}
|
|
306390
306462
|
},
|
|
306391
306463
|
"name": {
|
|
306392
306464
|
"type": "string"
|
|
@@ -306598,7 +306670,56 @@
|
|
|
306598
306670
|
},
|
|
306599
306671
|
"rubygems_metadata": {
|
|
306600
306672
|
"type": "array",
|
|
306601
|
-
"items": {
|
|
306673
|
+
"items": {
|
|
306674
|
+
"title": "Ruby Gems metadata",
|
|
306675
|
+
"type": "object",
|
|
306676
|
+
"properties": {
|
|
306677
|
+
"name": {
|
|
306678
|
+
"type": "string"
|
|
306679
|
+
},
|
|
306680
|
+
"description": {
|
|
306681
|
+
"type": "string"
|
|
306682
|
+
},
|
|
306683
|
+
"readme": {
|
|
306684
|
+
"type": "string"
|
|
306685
|
+
},
|
|
306686
|
+
"homepage": {
|
|
306687
|
+
"type": "string"
|
|
306688
|
+
},
|
|
306689
|
+
"version_info": {
|
|
306690
|
+
"type": "object",
|
|
306691
|
+
"properties": {
|
|
306692
|
+
"version": {
|
|
306693
|
+
"type": "string"
|
|
306694
|
+
}
|
|
306695
|
+
}
|
|
306696
|
+
},
|
|
306697
|
+
"platform": {
|
|
306698
|
+
"type": "string"
|
|
306699
|
+
},
|
|
306700
|
+
"metadata": {
|
|
306701
|
+
"type": "object",
|
|
306702
|
+
"additionalProperties": {
|
|
306703
|
+
"type": "string"
|
|
306704
|
+
}
|
|
306705
|
+
},
|
|
306706
|
+
"repo": {
|
|
306707
|
+
"type": "string"
|
|
306708
|
+
},
|
|
306709
|
+
"dependencies": {
|
|
306710
|
+
"type": "array",
|
|
306711
|
+
"items": {
|
|
306712
|
+
"type": "object",
|
|
306713
|
+
"additionalProperties": {
|
|
306714
|
+
"type": "string"
|
|
306715
|
+
}
|
|
306716
|
+
}
|
|
306717
|
+
},
|
|
306718
|
+
"commit_oid": {
|
|
306719
|
+
"type": "string"
|
|
306720
|
+
}
|
|
306721
|
+
}
|
|
306722
|
+
}
|
|
306602
306723
|
},
|
|
306603
306724
|
"source_url": {
|
|
306604
306725
|
"type": "string",
|
|
@@ -475350,7 +475471,17 @@
|
|
|
475350
475471
|
},
|
|
475351
475472
|
"docker_metadata": {
|
|
475352
475473
|
"type": "array",
|
|
475353
|
-
"items": {
|
|
475474
|
+
"items": {
|
|
475475
|
+
"type": "object",
|
|
475476
|
+
"properties": {
|
|
475477
|
+
"tags": {
|
|
475478
|
+
"type": "array",
|
|
475479
|
+
"items": {
|
|
475480
|
+
"type": "string"
|
|
475481
|
+
}
|
|
475482
|
+
}
|
|
475483
|
+
}
|
|
475484
|
+
}
|
|
475354
475485
|
},
|
|
475355
475486
|
"draft": {
|
|
475356
475487
|
"type": "boolean"
|
|
@@ -475769,7 +475900,56 @@
|
|
|
475769
475900
|
},
|
|
475770
475901
|
"rubygems_metadata": {
|
|
475771
475902
|
"type": "array",
|
|
475772
|
-
"items": {
|
|
475903
|
+
"items": {
|
|
475904
|
+
"title": "Ruby Gems metadata",
|
|
475905
|
+
"type": "object",
|
|
475906
|
+
"properties": {
|
|
475907
|
+
"name": {
|
|
475908
|
+
"type": "string"
|
|
475909
|
+
},
|
|
475910
|
+
"description": {
|
|
475911
|
+
"type": "string"
|
|
475912
|
+
},
|
|
475913
|
+
"readme": {
|
|
475914
|
+
"type": "string"
|
|
475915
|
+
},
|
|
475916
|
+
"homepage": {
|
|
475917
|
+
"type": "string"
|
|
475918
|
+
},
|
|
475919
|
+
"version_info": {
|
|
475920
|
+
"type": "object",
|
|
475921
|
+
"properties": {
|
|
475922
|
+
"version": {
|
|
475923
|
+
"type": "string"
|
|
475924
|
+
}
|
|
475925
|
+
}
|
|
475926
|
+
},
|
|
475927
|
+
"platform": {
|
|
475928
|
+
"type": "string"
|
|
475929
|
+
},
|
|
475930
|
+
"metadata": {
|
|
475931
|
+
"type": "object",
|
|
475932
|
+
"additionalProperties": {
|
|
475933
|
+
"type": "string"
|
|
475934
|
+
}
|
|
475935
|
+
},
|
|
475936
|
+
"repo": {
|
|
475937
|
+
"type": "string"
|
|
475938
|
+
},
|
|
475939
|
+
"dependencies": {
|
|
475940
|
+
"type": "array",
|
|
475941
|
+
"items": {
|
|
475942
|
+
"type": "object",
|
|
475943
|
+
"additionalProperties": {
|
|
475944
|
+
"type": "string"
|
|
475945
|
+
}
|
|
475946
|
+
}
|
|
475947
|
+
},
|
|
475948
|
+
"commit_oid": {
|
|
475949
|
+
"type": "string"
|
|
475950
|
+
}
|
|
475951
|
+
}
|
|
475952
|
+
}
|
|
475773
475953
|
},
|
|
475774
475954
|
"summary": {
|
|
475775
475955
|
"type": "string"
|
|
@@ -477648,7 +477828,16 @@
|
|
|
477648
477828
|
"docker_metadata": {
|
|
477649
477829
|
"type": "array",
|
|
477650
477830
|
"items": {
|
|
477651
|
-
"
|
|
477831
|
+
"type": "object",
|
|
477832
|
+
"nullable": true,
|
|
477833
|
+
"properties": {
|
|
477834
|
+
"tags": {
|
|
477835
|
+
"type": "array",
|
|
477836
|
+
"items": {
|
|
477837
|
+
"type": "string"
|
|
477838
|
+
}
|
|
477839
|
+
}
|
|
477840
|
+
}
|
|
477652
477841
|
}
|
|
477653
477842
|
},
|
|
477654
477843
|
"draft": {
|
|
@@ -477668,7 +477857,10 @@
|
|
|
477668
477857
|
},
|
|
477669
477858
|
"metadata": {
|
|
477670
477859
|
"type": "array",
|
|
477671
|
-
"items": {
|
|
477860
|
+
"items": {
|
|
477861
|
+
"type": "object",
|
|
477862
|
+
"additionalProperties": true
|
|
477863
|
+
}
|
|
477672
477864
|
},
|
|
477673
477865
|
"name": {
|
|
477674
477866
|
"type": "string"
|
|
@@ -477851,7 +478043,56 @@
|
|
|
477851
478043
|
},
|
|
477852
478044
|
"rubygems_metadata": {
|
|
477853
478045
|
"type": "array",
|
|
477854
|
-
"items": {
|
|
478046
|
+
"items": {
|
|
478047
|
+
"title": "Ruby Gems metadata",
|
|
478048
|
+
"type": "object",
|
|
478049
|
+
"properties": {
|
|
478050
|
+
"name": {
|
|
478051
|
+
"type": "string"
|
|
478052
|
+
},
|
|
478053
|
+
"description": {
|
|
478054
|
+
"type": "string"
|
|
478055
|
+
},
|
|
478056
|
+
"readme": {
|
|
478057
|
+
"type": "string"
|
|
478058
|
+
},
|
|
478059
|
+
"homepage": {
|
|
478060
|
+
"type": "string"
|
|
478061
|
+
},
|
|
478062
|
+
"version_info": {
|
|
478063
|
+
"type": "object",
|
|
478064
|
+
"properties": {
|
|
478065
|
+
"version": {
|
|
478066
|
+
"type": "string"
|
|
478067
|
+
}
|
|
478068
|
+
}
|
|
478069
|
+
},
|
|
478070
|
+
"platform": {
|
|
478071
|
+
"type": "string"
|
|
478072
|
+
},
|
|
478073
|
+
"metadata": {
|
|
478074
|
+
"type": "object",
|
|
478075
|
+
"additionalProperties": {
|
|
478076
|
+
"type": "string"
|
|
478077
|
+
}
|
|
478078
|
+
},
|
|
478079
|
+
"repo": {
|
|
478080
|
+
"type": "string"
|
|
478081
|
+
},
|
|
478082
|
+
"dependencies": {
|
|
478083
|
+
"type": "array",
|
|
478084
|
+
"items": {
|
|
478085
|
+
"type": "object",
|
|
478086
|
+
"additionalProperties": {
|
|
478087
|
+
"type": "string"
|
|
478088
|
+
}
|
|
478089
|
+
}
|
|
478090
|
+
},
|
|
478091
|
+
"commit_oid": {
|
|
478092
|
+
"type": "string"
|
|
478093
|
+
}
|
|
478094
|
+
}
|
|
478095
|
+
}
|
|
477855
478096
|
},
|
|
477856
478097
|
"summary": {
|
|
477857
478098
|
"type": "string"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.1.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": {
|