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..8a1d06158 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": [ @@ -17166,7 +17165,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -17243,7 +17242,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, 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..d5e7cb297 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: @@ -12466,8 +12465,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -12524,8 +12523,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 987678a8a..8a1d06158 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": [ @@ -17166,7 +17165,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -17243,7 +17242,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 70d4abaf3..d5e7cb297 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: @@ -12466,8 +12465,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -12524,8 +12523,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 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..0060a839a 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": [ @@ -119681,7 +119680,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -119882,7 +119881,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, 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..52b1f035d 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: @@ -29732,8 +29731,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -29786,8 +29785,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 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..0060a839a 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": [ @@ -119681,7 +119680,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -119882,7 +119881,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, 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..52b1f035d 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: @@ -29732,8 +29731,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -29786,8 +29785,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 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..762d82080 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": [ @@ -171302,7 +171301,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -171503,7 +171502,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, 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..53a59493b 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: @@ -43339,8 +43338,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -43393,8 +43392,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 2bae013b5..762d82080 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": [ @@ -171302,7 +171301,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -171503,7 +171502,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 068ac153d..53a59493b 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: @@ -43339,8 +43338,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -43393,8 +43392,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 201327c24..7a340408e 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": [ @@ -28170,7 +28169,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -28247,7 +28246,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index a7cd01e76..8b372d593 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: @@ -20358,8 +20357,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -20416,8 +20415,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100 diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 201327c24..7a340408e 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": [ @@ -28170,7 +28169,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.", "items": { "type": "string" }, @@ -28247,7 +28246,7 @@ "properties": { "selected_usernames": { "type": "array", - "description": "The usernames of the organization members whose codespaces should not be billed to the organization.", + "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.", "items": { "type": "string" }, diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index a7cd01e76..8b372d593 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: @@ -20358,8 +20357,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should be billed to the organization. items: type: string maxItems: 100 @@ -20416,8 +20415,8 @@ paths: properties: selected_usernames: type: array - description: The usernames of the organization members whose codespaces - should not be billed to the organization. + description: The usernames of the organization members and outside + collaborators whose codespaces should not be billed to the organization. items: type: string maxItems: 100