You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions-next/api.github.com/api.github.com.2022-11-28.json
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -13733,6 +13733,7 @@
13733
13733
"type": "string",
13734
13734
"description": "The name of the artifact.",
13735
13735
"minLength": 1,
13736
+
"maxLength": 256,
13736
13737
"examples": [
13737
13738
"libfoo"
13738
13739
]
@@ -13764,11 +13765,15 @@
13764
13765
},
13765
13766
"logical_environment": {
13766
13767
"type": "string",
13767
-
"description": "The stage of the deployment."
13768
+
"description": "The stage of the deployment.",
13769
+
"minLength": 1,
13770
+
"maxLength": 64
13768
13771
},
13769
13772
"physical_environment": {
13770
13773
"type": "string",
13771
-
"description": "The physical region of the deployment."
13774
+
"description": "The physical region of the deployment.",
13775
+
"minLength": 1,
13776
+
"maxLength": 64
13772
13777
},
13773
13778
"cluster": {
13774
13779
"type": "string",
@@ -13914,11 +13919,15 @@
13914
13919
"properties": {
13915
13920
"logical_environment": {
13916
13921
"type": "string",
13917
-
"description": "The stage of the deployment."
13922
+
"description": "The stage of the deployment.",
13923
+
"minLength": 1,
13924
+
"maxLength": 64
13918
13925
},
13919
13926
"physical_environment": {
13920
13927
"type": "string",
13921
-
"description": "The physical region of the deployment."
13928
+
"description": "The physical region of the deployment.",
13929
+
"minLength": 1,
13930
+
"maxLength": 64
13922
13931
},
13923
13932
"deployments": {
13924
13933
"type": "array",
@@ -13931,7 +13940,7 @@
13931
13940
"type": "string",
13932
13941
"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",
0 commit comments