Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 17 additions & 13 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -13733,6 +13733,7 @@
"type": "string",
"description": "The name of the artifact.",
"minLength": 1,
"maxLength": 256,
"examples": [
"libfoo"
]
Expand Down Expand Up @@ -13764,11 +13765,15 @@
},
"logical_environment": {
"type": "string",
"description": "The stage of the deployment."
"description": "The stage of the deployment.",
"minLength": 1,
"maxLength": 64
},
"physical_environment": {
"type": "string",
"description": "The physical region of the deployment."
"description": "The physical region of the deployment.",
"minLength": 1,
"maxLength": 64
},
"cluster": {
"type": "string",
Expand Down Expand Up @@ -13914,11 +13919,15 @@
"properties": {
"logical_environment": {
"type": "string",
"description": "The stage of the deployment."
"description": "The stage of the deployment.",
"minLength": 1,
"maxLength": 64
},
"physical_environment": {
"type": "string",
"description": "The physical region of the deployment."
"description": "The physical region of the deployment.",
"minLength": 1,
"maxLength": 64
},
"deployments": {
"type": "array",
Expand All @@ -13931,7 +13940,7 @@
"type": "string",
"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",
"minLength": 1,
"maxLength": 255
"maxLength": 256
},
"digest": {
"type": "string",
Expand Down Expand Up @@ -14098,6 +14107,7 @@
"type": "string",
"description": "The name of the artifact.",
"minLength": 1,
"maxLength": 256,
"examples": [
"libfoo"
]
Expand Down Expand Up @@ -294116,7 +294126,7 @@
"dependabot_alerts": "enabled",
"dependabot_security_updates": "not_set",
"code_scanning_default_setup": "enabled",
"code_scanning_delagated_alert_dismissal": "enabled",
"code_scanning_delegated_alert_dismissal": "enabled",
"secret_scanning": "enabled",
"secret_scanning_push_protection": "enabled",
"secret_scanning_delegated_bypass": "enabled",
Expand Down Expand Up @@ -294153,7 +294163,7 @@
"dependabot_alerts": "enabled",
"dependabot_security_updates": "enabled",
"code_scanning_default_setup": "enabled",
"code_scanning_delagated_alert_dismissal": "enabled",
"code_scanning_delegated_alert_dismissal": "enabled",
"secret_scanning": "enabled",
"secret_scanning_push_protection": "enabled",
"secret_scanning_delegated_bypass": "disabled",
Expand Down Expand Up @@ -304289,14 +304299,12 @@
"repositories": [
{
"id": 1,
"node_id": "MDQ6VXNlcjE=",
"name": "octo-repo1",
"full_name": "octo-org/octo-repo1",
"private": false
},
{
"id": 2,
"node_id": "MDQ6VXNlcjE=",
"name": "octo-repo2",
"full_name": "octo-org/octo-repo2",
"private": false
Expand All @@ -304316,14 +304324,12 @@
"repositories": [
{
"id": 7,
"node_id": "MDQ6VXNlcjE=",
"name": "octo-repo7",
"full_name": "octo-org/octo-repo7",
"private": false
},
{
"id": 8,
"node_id": "MDQ6VXNlcjE=",
"name": "octo-repo8",
"full_name": "octo-org/octo-repo8",
"private": false
Expand All @@ -304335,14 +304341,12 @@
"repositories": [
{
"id": 9,
"node_id": "MDQ6VXNlcjE=",
"name": "octo-repo9",
"full_name": "octo-org/octo-repo9",
"private": false
},
{
"id": 10,
"node_id": "MDQ6VXNlcjE=",
"name": "octo-repo10",
"full_name": "octo-org/octo-repo10",
"private": false
Expand Down
Loading