Skip to content

Commit 7f77ba6

Browse files
authored
Merge pull request #5766 from github/openapi-update-ac913705e4701ce111d33f28ae68571197446a8334238120c9a435f97024985e
Update OpenAPI 3.0 Descriptions
2 parents 8fcf285 + aea6434 commit 7f77ba6

16 files changed

+248
-256
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13669,6 +13669,7 @@
1366913669
"type": "string",
1367013670
"description": "The name of the artifact.",
1367113671
"minLength": 1,
13672+
"maxLength": 256,
1367213673
"example": "libfoo"
1367313674
},
1367413675
"digest": {
@@ -13696,11 +13697,15 @@
1369613697
},
1369713698
"logical_environment": {
1369813699
"type": "string",
13699-
"description": "The stage of the deployment."
13700+
"description": "The stage of the deployment.",
13701+
"minLength": 1,
13702+
"maxLength": 64
1370013703
},
1370113704
"physical_environment": {
1370213705
"type": "string",
13703-
"description": "The physical region of the deployment."
13706+
"description": "The physical region of the deployment.",
13707+
"minLength": 1,
13708+
"maxLength": 64
1370413709
},
1370513710
"cluster": {
1370613711
"type": "string",
@@ -13844,11 +13849,15 @@
1384413849
"properties": {
1384513850
"logical_environment": {
1384613851
"type": "string",
13847-
"description": "The stage of the deployment."
13852+
"description": "The stage of the deployment.",
13853+
"minLength": 1,
13854+
"maxLength": 64
1384813855
},
1384913856
"physical_environment": {
1385013857
"type": "string",
13851-
"description": "The physical region of the deployment."
13858+
"description": "The physical region of the deployment.",
13859+
"minLength": 1,
13860+
"maxLength": 64
1385213861
},
1385313862
"deployments": {
1385413863
"type": "array",
@@ -13861,7 +13870,7 @@
1386113870
"type": "string",
1386213871
"description": "The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values,\nthe name parameter must also be identical across all entries.\n",
1386313872
"minLength": 1,
13864-
"maxLength": 255
13873+
"maxLength": 256
1386513874
},
1386613875
"digest": {
1386713876
"type": "string",
@@ -14024,7 +14033,8 @@
1402414033
"type": "string",
1402514034
"description": "The name of the artifact.",
1402614035
"example": "libfoo",
14027-
"minLength": 1
14036+
"minLength": 1,
14037+
"maxLength": 256
1402814038
},
1402914039
"digest": {
1403014040
"type": "string",
@@ -285181,7 +285191,7 @@
285181285191
"dependabot_alerts": "enabled",
285182285192
"dependabot_security_updates": "not_set",
285183285193
"code_scanning_default_setup": "enabled",
285184-
"code_scanning_delagated_alert_dismissal": "enabled",
285194+
"code_scanning_delegated_alert_dismissal": "enabled",
285185285195
"secret_scanning": "enabled",
285186285196
"secret_scanning_push_protection": "enabled",
285187285197
"secret_scanning_delegated_bypass": "enabled",
@@ -285218,7 +285228,7 @@
285218285228
"dependabot_alerts": "enabled",
285219285229
"dependabot_security_updates": "enabled",
285220285230
"code_scanning_default_setup": "enabled",
285221-
"code_scanning_delagated_alert_dismissal": "enabled",
285231+
"code_scanning_delegated_alert_dismissal": "enabled",
285222285232
"secret_scanning": "enabled",
285223285233
"secret_scanning_push_protection": "enabled",
285224285234
"secret_scanning_delegated_bypass": "disabled",
@@ -295354,14 +295364,12 @@
295354295364
"repositories": [
295355295365
{
295356295366
"id": 1,
295357-
"node_id": "MDQ6VXNlcjE=",
295358295367
"name": "octo-repo1",
295359295368
"full_name": "octo-org/octo-repo1",
295360295369
"private": false
295361295370
},
295362295371
{
295363295372
"id": 2,
295364-
"node_id": "MDQ6VXNlcjE=",
295365295373
"name": "octo-repo2",
295366295374
"full_name": "octo-org/octo-repo2",
295367295375
"private": false
@@ -295381,14 +295389,12 @@
295381295389
"repositories": [
295382295390
{
295383295391
"id": 7,
295384-
"node_id": "MDQ6VXNlcjE=",
295385295392
"name": "octo-repo7",
295386295393
"full_name": "octo-org/octo-repo7",
295387295394
"private": false
295388295395
},
295389295396
{
295390295397
"id": 8,
295391-
"node_id": "MDQ6VXNlcjE=",
295392295398
"name": "octo-repo8",
295393295399
"full_name": "octo-org/octo-repo8",
295394295400
"private": false
@@ -295400,14 +295406,12 @@
295400295406
"repositories": [
295401295407
{
295402295408
"id": 9,
295403-
"node_id": "MDQ6VXNlcjE=",
295404295409
"name": "octo-repo9",
295405295410
"full_name": "octo-org/octo-repo9",
295406295411
"private": false
295407295412
},
295408295413
{
295409295414
"id": 10,
295410-
"node_id": "MDQ6VXNlcjE=",
295411295415
"name": "octo-repo10",
295412295416
"full_name": "octo-org/octo-repo10",
295413295417
"private": false

0 commit comments

Comments
 (0)