diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 1324df1a6..1bdb18893 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -13669,6 +13669,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -13696,11 +13697,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", @@ -13844,11 +13849,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", @@ -13861,7 +13870,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", @@ -14024,7 +14033,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -285181,7 +285191,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", @@ -285218,7 +285228,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", @@ -295354,14 +295364,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 @@ -295381,14 +295389,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 @@ -295400,14 +295406,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 408b92519..41f67574a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -9871,6 +9871,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -9895,9 +9896,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. @@ -10007,9 +10012,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. @@ -10023,7 +10032,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: | @@ -10155,6 +10164,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -213653,7 +213663,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 @@ -213684,7 +213694,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 @@ -222359,12 +222369,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 @@ -222378,12 +222386,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 @@ -222391,12 +222397,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 1324df1a6..1bdb18893 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -13669,6 +13669,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -13696,11 +13697,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", @@ -13844,11 +13849,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", @@ -13861,7 +13870,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", @@ -14024,7 +14033,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -285181,7 +285191,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", @@ -285218,7 +285228,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", @@ -295354,14 +295364,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 @@ -295381,14 +295389,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 @@ -295400,14 +295406,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 408b92519..41f67574a 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -9871,6 +9871,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -9895,9 +9896,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. @@ -10007,9 +10012,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. @@ -10023,7 +10032,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: | @@ -10155,6 +10164,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -213653,7 +213663,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 @@ -213684,7 +213694,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 @@ -222359,12 +222369,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 @@ -222378,12 +222386,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 @@ -222391,12 +222397,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index aa6b67b87..2ab99a8ee 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -86230,6 +86230,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -86257,11 +86258,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", @@ -86483,11 +86488,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", @@ -86500,7 +86509,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", @@ -86741,7 +86750,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -93260,7 +93270,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", @@ -93297,7 +93307,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", @@ -280709,14 +280719,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 @@ -280736,14 +280744,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 @@ -280755,14 +280761,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 @@ -280892,14 +280896,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 @@ -280919,14 +280921,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 @@ -280938,14 +280938,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 @@ -281075,14 +281073,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 @@ -281102,14 +281098,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 @@ -281121,14 +281115,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 @@ -282309,14 +282301,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 @@ -282336,14 +282326,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 @@ -282355,14 +282343,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 8f2b5a34b..17c09791d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -24421,6 +24421,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -24445,9 +24446,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. @@ -24611,9 +24616,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. @@ -24627,7 +24636,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: | @@ -24757,6 +24766,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -26971,7 +26981,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 @@ -27002,7 +27012,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 @@ -63576,12 +63586,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 @@ -63595,12 +63603,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 @@ -63608,12 +63614,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/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index aa6b67b87..2ab99a8ee 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -86230,6 +86230,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -86257,11 +86258,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", @@ -86483,11 +86488,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", @@ -86500,7 +86509,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", @@ -86741,7 +86750,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -93260,7 +93270,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", @@ -93297,7 +93307,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", @@ -280709,14 +280719,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 @@ -280736,14 +280744,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 @@ -280755,14 +280761,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 @@ -280892,14 +280896,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 @@ -280919,14 +280921,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 @@ -280938,14 +280938,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 @@ -281075,14 +281073,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 @@ -281102,14 +281098,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 @@ -281121,14 +281115,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 @@ -282309,14 +282301,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 @@ -282336,14 +282326,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 @@ -282355,14 +282343,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 8f2b5a34b..17c09791d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -24421,6 +24421,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -24445,9 +24446,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. @@ -24611,9 +24616,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. @@ -24627,7 +24636,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: | @@ -24757,6 +24766,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -26971,7 +26981,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 @@ -27002,7 +27012,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 @@ -63576,12 +63586,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 @@ -63595,12 +63603,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 @@ -63608,12 +63614,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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 9478dc75a..608fcbce0 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -129519,6 +129519,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -129546,11 +129547,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", @@ -129772,11 +129777,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", @@ -129789,7 +129798,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", @@ -130030,7 +130039,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -137761,7 +137771,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", @@ -137798,7 +137808,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", @@ -335275,14 +335285,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 @@ -335302,14 +335310,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 @@ -335321,14 +335327,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 @@ -335458,14 +335462,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 @@ -335485,14 +335487,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 @@ -335504,14 +335504,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 @@ -335641,14 +335639,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 @@ -335668,14 +335664,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 @@ -335687,14 +335681,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 @@ -336875,14 +336867,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 @@ -336902,14 +336892,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 @@ -336921,14 +336909,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index ffc9fbe74..63a9b1c4c 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -37287,6 +37287,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -37311,9 +37312,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. @@ -37477,9 +37482,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. @@ -37493,7 +37502,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: | @@ -37623,6 +37632,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -39345,7 +39355,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 @@ -39376,7 +39386,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 @@ -76111,12 +76121,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 @@ -76130,12 +76138,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 @@ -76143,12 +76149,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/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 9478dc75a..608fcbce0 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -129519,6 +129519,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -129546,11 +129547,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", @@ -129772,11 +129777,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", @@ -129789,7 +129798,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", @@ -130030,7 +130039,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -137761,7 +137771,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", @@ -137798,7 +137808,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", @@ -335275,14 +335285,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 @@ -335302,14 +335310,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 @@ -335321,14 +335327,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 @@ -335458,14 +335462,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 @@ -335485,14 +335487,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 @@ -335504,14 +335504,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 @@ -335641,14 +335639,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 @@ -335668,14 +335664,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 @@ -335687,14 +335681,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 @@ -336875,14 +336867,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 @@ -336902,14 +336892,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 @@ -336921,14 +336909,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index ffc9fbe74..63a9b1c4c 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -37287,6 +37287,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -37311,9 +37312,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. @@ -37477,9 +37482,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. @@ -37493,7 +37502,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: | @@ -37623,6 +37632,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -39345,7 +39355,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 @@ -39376,7 +39386,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 @@ -76111,12 +76121,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 @@ -76130,12 +76138,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 @@ -76143,12 +76149,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index df57e3cb3..3a5784975 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -23409,6 +23409,7 @@ "type": "string", "description": "The name of the artifact.", "minLength": 1, + "maxLength": 256, "example": "libfoo" }, "digest": { @@ -23436,11 +23437,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", @@ -23584,11 +23589,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", @@ -23601,7 +23610,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", @@ -23764,7 +23773,8 @@ "type": "string", "description": "The name of the artifact.", "example": "libfoo", - "minLength": 1 + "minLength": 1, + "maxLength": 256 }, "digest": { "type": "string", @@ -309196,7 +309206,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", @@ -309233,7 +309243,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", @@ -319366,14 +319376,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 @@ -319393,14 +319401,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 @@ -319412,14 +319418,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 0ade55a41..72c1bc327 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -16824,6 +16824,7 @@ paths: type: string description: The name of the artifact. minLength: 1 + maxLength: 256 example: libfoo digest: type: string @@ -16848,9 +16849,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. @@ -16960,9 +16965,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. @@ -16976,7 +16985,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: | @@ -17108,6 +17117,7 @@ paths: description: The name of the artifact. example: libfoo minLength: 1 + maxLength: 256 digest: type: string description: The digest of the artifact (algorithm:hex-encoded-digest). @@ -231039,7 +231049,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 @@ -231070,7 +231080,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 @@ -239697,12 +239707,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 @@ -239716,12 +239724,10 @@ components: repository_count: 2 repositories: - id: 7 - node_id: MDQ6VXNlcjE= n{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}