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/api.github.com/api.github.com.2022-11-28.json
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13669,6 +13669,7 @@
13669
13669
"type": "string",
13670
13670
"description": "The name of the artifact.",
13671
13671
"minLength": 1,
13672
+
"maxLength": 256,
13672
13673
"example": "libfoo"
13673
13674
},
13674
13675
"digest": {
@@ -13696,11 +13697,15 @@
13696
13697
},
13697
13698
"logical_environment": {
13698
13699
"type": "string",
13699
-
"description": "The stage of the deployment."
13700
+
"description": "The stage of the deployment.",
13701
+
"minLength": 1,
13702
+
"maxLength": 64
13700
13703
},
13701
13704
"physical_environment": {
13702
13705
"type": "string",
13703
-
"description": "The physical region of the deployment."
13706
+
"description": "The physical region of the deployment.",
13707
+
"minLength": 1,
13708
+
"maxLength": 64
13704
13709
},
13705
13710
"cluster": {
13706
13711
"type": "string",
@@ -13844,11 +13849,15 @@
13844
13849
"properties": {
13845
13850
"logical_environment": {
13846
13851
"type": "string",
13847
-
"description": "The stage of the deployment."
13852
+
"description": "The stage of the deployment.",
13853
+
"minLength": 1,
13854
+
"maxLength": 64
13848
13855
},
13849
13856
"physical_environment": {
13850
13857
"type": "string",
13851
-
"description": "The physical region of the deployment."
13858
+
"description": "The physical region of the deployment.",
13859
+
"minLength": 1,
13860
+
"maxLength": 64
13852
13861
},
13853
13862
"deployments": {
13854
13863
"type": "array",
@@ -13861,7 +13870,7 @@
13861
13870
"type": "string",
13862
13871
"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