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 f7d692c41..2e368567b 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 @@ -13837,7 +13837,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, "example": "1.2.3" @@ -13845,6 +13844,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -13859,7 +13859,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.\\-_]+$", "example": "my-github-repo" @@ -17054,7 +17053,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" }, @@ -17131,7 +17130,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index d84697359..bf7914856 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 @@ -10022,13 +10022,13 @@ 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 example: 1.2.3 status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -10050,7 +10050,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.\\-_]+$" example: my-github-repo @@ -12412,8 +12411,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 @@ -12470,8 +12469,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index f7d692c41..2e368567b 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -13837,7 +13837,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, "example": "1.2.3" @@ -13845,6 +13844,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -13859,7 +13859,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.\\-_]+$", "example": "my-github-repo" @@ -17054,7 +17053,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" }, @@ -17131,7 +17130,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index d84697359..bf7914856 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -10022,13 +10022,13 @@ 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 example: 1.2.3 status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -10050,7 +10050,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.\\-_]+$" example: my-github-repo @@ -12412,8 +12411,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 @@ -12470,8 +12469,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/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 9715ba4b4..952bd002d 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 @@ -90776,7 +90776,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, "example": "1.2.3" @@ -90784,6 +90783,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -90798,7 +90798,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.\\-_]+$", "example": "my-github-repo" @@ -103707,7 +103706,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" }, @@ -103902,7 +103901,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/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 58673d678..05bd2bb22 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 @@ -24765,13 +24765,13 @@ 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 example: 1.2.3 status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -24793,7 +24793,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.\\-_]+$" example: my-github-repo @@ -28844,8 +28843,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 @@ -28898,8 +28897,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/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 9715ba4b4..952bd002d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -90776,7 +90776,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, "example": "1.2.3" @@ -90784,6 +90783,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -90798,7 +90798,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.\\-_]+$", "example": "my-github-repo" @@ -103707,7 +103706,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" }, @@ -103902,7 +103901,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 58673d678..05bd2bb22 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -24765,13 +24765,13 @@ 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 example: 1.2.3 status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -24793,7 +24793,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.\\-_]+$" example: my-github-repo @@ -28844,8 +28843,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 @@ -28898,8 +28897,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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index b1cfcf104..903b7fc59 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -137648,7 +137648,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, "example": "1.2.3" @@ -137656,6 +137655,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -137670,7 +137670,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.\\-_]+$", "example": "my-github-repo" @@ -151803,7 +151802,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" }, @@ -151998,7 +151997,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index df2d90ba8..f311dc0fb 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -38667,13 +38667,13 @@ 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 example: 1.2.3 status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -38695,7 +38695,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.\\-_]+$" example: my-github-repo @@ -42254,8 +42253,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 @@ -42308,8 +42307,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/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index b1cfcf104..903b7fc59 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -137648,7 +137648,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, "example": "1.2.3" @@ -137656,6 +137655,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -137670,7 +137670,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.\\-_]+$", "example": "my-github-repo" @@ -151803,7 +151802,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" }, @@ -151998,7 +151997,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index df2d90ba8..f311dc0fb 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -38667,13 +38667,13 @@ 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 example: 1.2.3 status: type: string description: The deployment status of the artifact. + default: deployed enum: - deployed - decommissioned @@ -38695,7 +38695,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.\\-_]+$" example: my-github-repo @@ -42254,8 +42253,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 @@ -42308,8 +42307,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index f1db819d2..2dc095684 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -24612,7 +24612,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, "example": "1.2.3" @@ -24620,6 +24619,7 @@ "status": { "type": "string", "description": "The deployment status of the artifact.", + "default": "deployed", "enum": [ "deployed", "decommissioned" @@ -24634,7 +24634,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.\\-_]+$", "example": "my-github-repo" @@ -28036,7 +28035,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" }, @@ -28113,7 +28112,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 2cbdb1eaf..56772bb05 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -17772,13 +17772,13 @@ 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{"code":"deadline_exceeded","msg":"operation timed out"}