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 987678a8a..125bd63f4 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 70d4abaf3..e16b68592 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 987678a8a..125bd63f4 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 70d4abaf3..e16b68592 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 ed80f5070..280f17bdc 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 8a504ebb7..c4bb50eee 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 ed80f5070..280f17bdc 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 8a504ebb7..c4bb50eee 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 2bae013b5..80ccd772b 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 068ac153d..1eee8ce6e 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 2bae013b5..80ccd772b 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 068ac153d..1eee8ce6e 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. - minLength: 1 maxLength: 100 pattern: "^[A-Za-z0-9.\\-_]+$" examples: diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 201327c24..76f861925 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -24704,7 +24704,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": [ @@ -24714,6 +24713,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -24728,7 +24728,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/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index a7cd01e76..68299796c 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -17816,7 +17816,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: @@ -17824,6 +17823,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -17845,7 +17845,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/ghec.json b/descriptions-next/ghec/ghec.json index 201327c24..76f861925 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -24704,7 +24704,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": [ @@ -24714,6 +24713,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -24728,7 +24728,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/ghec.yaml b/descriptions-next/ghec/ghec.yaml index a7cd01e76..68299796c 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -17816,7 +17816,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: @@ -17824,6 +17823,7 @@ paths: status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -17845,7 +17845,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: