Skip to content

Commit c4295f1

Browse files
authored
Merge pull request #5767 from github/openapi-update-b3b608280eea10a8202b555b7991a5591a5871035e9d5c87e20ed3b0d829367a
Update OpenAPI 3.1 Descriptions
2 parents 7f77ba6 + f4a3d79 commit c4295f1

16 files changed

+240
-248
lines changed

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13733,6 +13733,7 @@
1373313733
"type": "string",
1373413734
"description": "The name of the artifact.",
1373513735
"minLength": 1,
13736+
"maxLength": 256,
1373613737
"examples": [
1373713738
"libfoo"
1373813739
]
@@ -13764,11 +13765,15 @@
1376413765
},
1376513766
"logical_environment": {
1376613767
"type": "string",
13767-
"description": "The stage of the deployment."
13768+
"description": "The stage of the deployment.",
13769+
"minLength": 1,
13770+
"maxLength": 64
1376813771
},
1376913772
"physical_environment": {
1377013773
"type": "string",
13771-
"description": "The physical region of the deployment."
13774+
"description": "The physical region of the deployment.",
13775+
"minLength": 1,
13776+
"maxLength": 64
1377213777
},
1377313778
"cluster": {
1377413779
"type": "string",
@@ -13914,11 +13919,15 @@
1391413919
"properties": {
1391513920
"logical_environment": {
1391613921
"type": "string",
13917-
"description": "The stage of the deployment."
13922+
"description": "The stage of the deployment.",
13923+
"minLength": 1,
13924+
"maxLength": 64
1391813925
},
1391913926
"physical_environment": {
1392013927
"type": "string",
13921-
"description": "The physical region of the deployment."
13928+
"description": "The physical region of the deployment.",
13929+
"minLength": 1,
13930+
"maxLength": 64
1392213931
},
1392313932
"deployments": {
1392413933
"type": "array",
@@ -13931,7 +13940,7 @@
1393113940
"type": "string",
1393213941
"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",
1393313942
"minLength": 1,
13934-
"maxLength": 255
13943+
"maxLength": 256
1393513944
},
1393613945
"digest": {
1393713946
"type": "string",
@@ -14098,6 +14107,7 @@
1409814107
"type": "string",
1409914108
"description": "The name of the artifact.",
1410014109
"minLength": 1,
14110+
"maxLength": 256,
1410114111
"examples": [
1410214112
"libfoo"
1410314113
]
@@ -294116,7 +294126,7 @@
294116294126
"dependabot_alerts": "enabled",
294117294127
"dependabot_security_updates": "not_set",
294118294128
"code_scanning_default_setup": "enabled",
294119-
"code_scanning_delagated_alert_dismissal": "enabled",
294129+
"code_scanning_delegated_alert_dismissal": "enabled",
294120294130
"secret_scanning": "enabled",
294121294131
"secret_scanning_push_protection": "enabled",
294122294132
"secret_scanning_delegated_bypass": "enabled",
@@ -294153,7 +294163,7 @@
294153294163
"dependabot_alerts": "enabled",
294154294164
"dependabot_security_updates": "enabled",
294155294165
"code_scanning_default_setup": "enabled",
294156-
"code_scanning_delagated_alert_dismissal": "enabled",
294166+
"code_scanning_delegated_alert_dismissal": "enabled",
294157294167
"secret_scanning": "enabled",
294158294168
"secret_scanning_push_protection": "enabled",
294159294169
"secret_scanning_delegated_bypass": "disabled",
@@ -304289,14 +304299,12 @@
304289304299
"repositories": [
304290304300
{
304291304301
"id": 1,
304292-
"node_id": "MDQ6VXNlcjE=",
304293304302
"name": "octo-repo1",
304294304303
"full_name": "octo-org/octo-repo1",
304295304304
"private": false
304296304305
},
304297304306
{
304298304307
"id": 2,
304299-
"node_id": "MDQ6VXNlcjE=",
304300304308
"name": "octo-repo2",
304301304309
"full_name": "octo-org/octo-repo2",
304302304310
"private": false
@@ -304316,14 +304324,12 @@
304316304324
"repositories": [
304317304325
{
304318304326
"id": 7,
304319-
"node_id": "MDQ6VXNlcjE=",
304320304327
"name": "octo-repo7",
304321304328
"full_name": "octo-org/octo-repo7",
304322304329
"private": false
304323304330
},
304324304331
{
304325304332
"id": 8,
304326-
"node_id": "MDQ6VXNlcjE=",
304327304333
"name": "octo-repo8",
304328304334
"full_name": "octo-org/octo-repo8",
304329304335
"private": false
@@ -304335,14 +304341,12 @@
304335304341
"repositories": [
304336304342
{
304337304343
"id": 9,
304338-
"node_id": "MDQ6VXNlcjE=",
304339304344
"name": "octo-repo9",
304340304345
"full_name": "octo-org/octo-repo9",
304341304346
"private": false
304342304347
},
304343304348
{
304344304349
"id": 10,
304345-
"node_id": "MDQ6VXNlcjE=",
304346304350
"name": "octo-repo10",
304347304351
"full_name": "octo-org/octo-repo10",
304348304352
"private": false

0 commit comments

Comments
 (0)