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 987678a8a7..125bd63f47 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 @@ -13907,7 +13907,6 @@ "version": { "type": "string", "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "minLength": 1, "maxLength": 100, "x-multi-segment": true, "examples": [ @@ -13917,6 +13916,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -13931,7 +13931,6 @@ "github_repository": { "type": "string", "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "minLength": 1, "maxLength": 100, "pattern": "^[A-Za-z0-9.\\-_]+$", "examples": [ 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 70d4abaf37..e16b68592e 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 @@ -10055,7 +10055,6 @@ paths: description: | The artifact version. Note that if multiple deployments have identical 'digest' parameter values, the version parameter must also be identical across all entries. - minLength: 1 maxLength: 100 x-multi-segment: true examples: @@ -10063,6 +10062,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -10084,7 +10084,6 @@ paths: If a provenance attestation is available for the artifact, the API will use the repository information from the attestation instead of this parameter. - minLength: 1 maxLength: 100 pattern: "^[A-Za-z0-9.\\-_]+$" examples: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 987678a8a7..125bd63f47 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -13907,7 +13907,6 @@ "version": { "type": "string", "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "minLength": 1, "maxLength": 100, "x-multi-segment": true, "examples": [ @@ -13917,6 +13916,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -13931,7 +13931,6 @@ "github_repository": { "type": "string", "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "minLength": 1, "maxLength": 100, "pattern": "^[A-Za-z0-9.\\-_]+$", "examples": [ diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 70d4abaf37..e16b68592e 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -10055,7 +10055,6 @@ paths: description: | The artifact version. Note that if multiple deployments have identical 'digest' parameter values, the version parameter must also be identical across all entries. - minLength: 1 maxLength: 100 x-multi-segment: true examples: @@ -10063,6 +10062,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -10084,7 +10084,6 @@ paths: If a provenance attestation is available for the artifact, the API will use the repository information from the attestation instead of this parameter. - minLength: 1 maxLength: 100 pattern: "^[A-Za-z0-9.\\-_]+$" examples: 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 ed80f50703..280f17bdc9 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 @@ -105359,7 +105359,6 @@ "version": { "type": "string", "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "minLength": 1, "maxLength": 100, "x-multi-segment": true, "examples": [ @@ -105369,6 +105368,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -105383,7 +105383,6 @@ "github_repository": { "type": "string", "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "minLength": 1, "maxLength": 100, "pattern": "^[A-Za-z0-9.\\-_]+$", "examples": [ 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 8a504ebb77..c4bb50eee5 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 @@ -25552,7 +25552,6 @@ paths: description: | The artifact version. Note that if multiple deployments have identical 'digest' parameter values, the version parameter must also be identical across all entries. - minLength: 1 maxLength: 100 x-multi-segment: true examples: @@ -25560,6 +25559,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -25581,7 +25581,6 @@ paths: If a provenance attestation is available for the artifact, the API will use the repository information from the attestation instead of this parameter. - minLength: 1 maxLength: 100 pattern: "^[A-Za-z0-9.\\-_]+$" examples: 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 ed80f50703..280f17bdc9 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 @@ -105359,7 +105359,6 @@ "version": { "type": "string", "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "minLength": 1, "maxLength": 100, "x-multi-segment": true, "examples": [ @@ -105369,6 +105368,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -105383,7 +105383,6 @@ "github_repository": { "type": "string", "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "minLength": 1, "maxLength": 100, "pattern": "^[A-Za-z0-9.\\-_]+$", "examples": [ 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 8a504ebb77..c4bb50eee5 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 @@ -25552,7 +25552,6 @@ paths: description: | The artifact version. Note that if multiple deployments have identical 'digest' parameter values, the version parameter must also be identical across all entries. - minLength: 1 maxLength: 100 x-multi-segment: true examples: @@ -25560,6 +25559,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -25581,7 +25581,6 @@ paths: If a provenance attestation is available for the artifact, the API will use the repository information from the attestation instead of this parameter. - minLength: 1 maxLength: 100 pattern: "^[A-Za-z0-9.\\-_]+$" examples: 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 2bae013b52..80ccd772bc 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -155722,7 +155722,6 @@ "version": { "type": "string", "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "minLength": 1, "maxLength": 100, "x-multi-segment": true, "examples": [ @@ -155732,6 +155731,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -155746,7 +155746,6 @@ "github_repository": { "type": "string", "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "minLength": 1, "maxLength": 100, "pattern": "^[A-Za-z0-9.\\-_]+$", "examples": [ 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 068ac153df..1eee8ce6e4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -39684,7 +39684,6 @@ paths: description: | The artifact version. Note that if multiple deployments have identical 'digest' parameter values, the version parameter must also be identical across all entries. - minLength: 1 maxLength: 100 x-multi-segment: true examples: @@ -39692,6 +39691,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -39713,7 +39713,6 @@ paths: If a provenance attestation is available for the artifact, the API will use the repository information from the attestation instead of this parameter. - minLength: 1 maxLength: 100 pattern: "^[A-Za-z0-9.\\-_]+$" examples: diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 2bae013b52..80ccd772bc 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -155722,7 +155722,6 @@ "version": { "type": "string", "description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n", - "minLength": 1, "maxLength": 100, "x-multi-segment": true, "examples": [ @@ -155732,6 +155731,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -155746,7 +155746,6 @@ "github_repository": { "type": "string", "description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.", - "minLength": 1, "maxLength": 100, "pattern": "^[A-Za-z0-9.\\-_]+$", "examples": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 068ac153df..1eee8ce6e4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -39684,7 +39684,6 @@ paths: description: | The artifact version. Note that if multiple deployments have identical 'digest' parameter values, the version parameter must also be identical across all entries. - minLength: 1 maxLength: 100 x-multi-segment: true examples: @@ -39692,6 +39691,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -39713,7 +39713,6 @@ paths: If a provenance attestation is available for the artifact, the API will use the repository information from the attestation instead of this parameter. - minLengt{"code":"deadline_exceeded","msg":"operation timed out"}