diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index c44fbd712..ced9d0764 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -13733,6 +13733,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -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", @@ -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", @@ -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", @@ -14098,6 +14107,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -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", @@ -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", @@ -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 @@ -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 @@ -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 diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index c52e266b6..f152bc3fc 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -9901,6 +9901,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -9927,9 +9928,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 cluster: type: string description: The deployment cluster. @@ -10040,9 +10045,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 deployments: type: array description: The list of deployments to record. @@ -10056,7 +10065,7 @@ paths: The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values, the name parameter must also be identical across all entries. minLength: 1 - maxLength: 255 + maxLength: 256 digest: type: string description: | @@ -10189,6 +10198,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -216915,7 +216925,7 @@ components: 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 @@ -216946,7 +216956,7 @@ components: 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 @@ -225621,12 +225631,10 @@ components: repository_count: 2 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 @@ -225640,12 +225648,10 @@ components: repository_count: 2 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 @@ -225653,12 +225659,10 @@ components: repository_count: 2 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 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index c44fbd712..ced9d0764 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -13733,6 +13733,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -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", @@ -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", @@ -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", @@ -14098,6 +14107,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -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", @@ -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", @@ -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 @@ -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 @@ -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 diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index c52e266b6..f152bc3fc 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -9901,6 +9901,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -9927,9 +9928,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 cluster: type: string description: The deployment cluster. @@ -10040,9 +10045,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 deployments: type: array description: The list of deployments to record. @@ -10056,7 +10065,7 @@ paths: The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values, the name parameter must also be identical across all entries. minLength: 1 - maxLength: 255 + maxLength: 256 digest: type: string description: | @@ -10189,6 +10198,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -216915,7 +216925,7 @@ components: 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 @@ -216946,7 +216956,7 @@ components: 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 @@ -225621,12 +225631,10 @@ components: repository_count: 2 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 @@ -225640,12 +225648,10 @@ components: repository_count: 2 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 @@ -225653,12 +225659,10 @@ components: repository_count: 2 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 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index b702ed92a..62f9d494b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -99468,6 +99468,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -99499,11 +99500,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", @@ -99729,11 +99734,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", @@ -99746,7 +99755,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", @@ -99993,6 +100002,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -107301,7 +107311,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", @@ -107338,7 +107348,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", @@ -325724,14 +325734,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 @@ -325751,14 +325759,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 @@ -325770,14 +325776,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 @@ -325907,14 +325911,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 @@ -325934,14 +325936,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 @@ -325953,14 +325953,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 @@ -326090,14 +326088,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 @@ -326117,14 +326113,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 @@ -326136,14 +326130,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 @@ -327558,14 +327550,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 @@ -327585,14 +327575,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 @@ -327604,14 +327592,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 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 8e63da24f..4a74b4161 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -25206,6 +25206,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -25232,9 +25233,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 cluster: type: string description: The deployment cluster. @@ -25400,9 +25405,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 deployments: type: array description: The list of deployments to record. @@ -25416,7 +25425,7 @@ paths: The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values, the name parameter must also be identical across all entries. minLength: 1 - maxLength: 255 + maxLength: 256 digest: type: string description: | @@ -25547,6 +25556,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -27815,7 +27825,7 @@ paths: 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 @@ -27846,7 +27856,7 @@ paths: 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 @@ -65298,12 +65308,10 @@ paths: repository_count: 2 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 @@ -65317,12 +65325,10 @@ paths: repository_count: 2 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 @@ -65330,12 +65336,10 @@ paths: repository_count: 2 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 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index b702ed92a..62f9d494b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -99468,6 +99468,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -99499,11 +99500,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", @@ -99729,11 +99734,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", @@ -99746,7 +99755,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", @@ -99993,6 +100002,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -107301,7 +107311,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", @@ -107338,7 +107348,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", @@ -325724,14 +325734,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 @@ -325751,14 +325759,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 @@ -325770,14 +325776,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 @@ -325907,14 +325911,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 @@ -325934,14 +325936,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 @@ -325953,14 +325953,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 @@ -326090,14 +326088,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 @@ -326117,14 +326113,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 @@ -326136,14 +326130,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 @@ -327558,14 +327550,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 @@ -327585,14 +327575,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 @@ -327604,14 +327592,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 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 8e63da24f..4a74b4161 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -25206,6 +25206,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -25232,9 +25233,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 cluster: type: string description: The deployment cluster. @@ -25400,9 +25405,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 deployments: type: array description: The list of deployments to record. @@ -25416,7 +25425,7 @@ paths: The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values, the name parameter must also be identical across all entries. minLength: 1 - maxLength: 255 + maxLength: 256 digest: type: string description: | @@ -25547,6 +25556,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -27815,7 +27825,7 @@ paths: 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 @@ -27846,7 +27856,7 @@ paths: 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 @@ -65298,12 +65308,10 @@ paths: repository_count: 2 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 @@ -65317,12 +65325,10 @@ paths: repository_count: 2 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 @@ -65330,12 +65336,10 @@ paths: repository_count: 2 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 diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 66f5159f5..28c1d01cb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -146003,6 +146003,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -146034,11 +146035,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", @@ -146264,11 +146269,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", @@ -146281,7 +146290,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", @@ -146528,6 +146537,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -155082,7 +155092,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", @@ -155119,7 +155129,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", @@ -384322,14 +384332,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 @@ -384349,14 +384357,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 @@ -384368,14 +384374,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 @@ -384505,14 +384509,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 @@ -384532,14 +384534,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 @@ -384551,14 +384551,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 @@ -384688,14 +384686,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 @@ -384715,14 +384711,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 @@ -384734,14 +384728,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 @@ -386156,14 +386148,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 @@ -386183,14 +386173,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 @@ -386202,14 +386190,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 diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 3e72060a0..96e398841 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -38284,6 +38284,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -38310,9 +38311,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 cluster: type: string description: The deployment cluster. @@ -38478,9 +38483,13 @@ paths: logical_environment: type: string description: The stage of the deployment. + minLength: 1 + maxLength: 64 physical_environment: type: string description: The physical region of the deployment. + minLength: 1 + maxLength: 64 deployments: type: array description: The list of deployments to record. @@ -38494,7 +38503,7 @@ paths: The name of the artifact. Note that if multiple deployments have identical 'digest' parameter values, the name parameter must also be identical across all entries. minLength: 1 - maxLength: 255 + maxLength: 256 digest: type: string description: | @@ -38625,6 +38634,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 examples: - libfoo digest: @@ -40368,7 +40378,7 @@ paths: 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 @@ -40399,7 +40409,7 @@ paths: 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 @@ -78001,12 +78011,10 @@ paths: repository_count: 2 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 @@ -78020,12 +78028,10 @@ paths: repository_count: 2 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 @@ -78033,12 +78039,10 @@ paths: repository_count: 2 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 diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 66f5159f5..28c1d01cb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -146003,6 +146003,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -146034,11 +146035,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", @@ -146264,11 +146269,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", @@ -146281,7 +146290,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", @@ -146528,6 +146537,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "examples": [ "libfoo" ] @@ -155082,7 +155092,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", @@ -155119,7 +155129,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", @@ -384322,14 +384332,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 @@ -384349,14 +384357,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 @@ -384368,14 +384374,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 @@ -384505,14 +384509,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 @@ -384532,14 +384534,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 @@ -384551,14 +384551,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 @@ -384688,14 +384686,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 @@ -384715,14 +384711,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 @@ -384734,14 +384728,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 @@ -386156,14 +386148,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 @@ -386183,14 +386173,12 @@ "repositories": [ { "id": 7, - "node_id": "MDQ6VXNlcjE=", "name": "octo-repo7", "full_name": "oct{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}