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 668441bdf..64845f1bd 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 @@ -13672,7 +13672,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -13826,7 +13825,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -14846,7 +14844,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -110221,6 +110222,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -116928,7 +116933,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", 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 1ad61524d..52d22437c 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 @@ -9862,7 +9862,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -9986,7 +9985,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -10735,7 +10733,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -79670,6 +79670,9 @@ components: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets get-budget: @@ -84767,6 +84770,7 @@ components: description: type: string description: The description of the option. + additionalProperties: false projects-v2-field-iteration-configuration: type: object description: The configuration for iteration fields. diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 668441bdf..64845f1bd 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -13672,7 +13672,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -13826,7 +13825,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -14846,7 +14844,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -110221,6 +110222,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -116928,7 +116933,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 1ad61524d..52d22437c 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -9862,7 +9862,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -9986,7 +9985,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -10735,7 +10733,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -79670,6 +79670,9 @@ components: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets get-budget: @@ -84767,6 +84770,7 @@ components: description: type: string description: The description of the option. + additionalProperties: false projects-v2-field-iteration-configuration: type: object description: The configuration for iteration fields. 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 acf3dc14f..ce2dfa4b4 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 @@ -76864,6 +76864,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -99191,7 +99195,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -99425,7 +99428,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -100951,7 +100953,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -182383,7 +182388,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -743929,7 +743935,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, 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 7ed2afe62..b7bae48b9 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 @@ -18395,6 +18395,9 @@ paths: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets examples: @@ -25160,7 +25163,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -25339,7 +25341,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -26189,7 +26190,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -39636,6 +39639,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type 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 acf3dc14f..ce2dfa4b4 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 @@ -76864,6 +76864,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -99191,7 +99195,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -99425,7 +99428,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -100951,7 +100953,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -182383,7 +182388,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -743929,7 +743935,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, 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 7ed2afe62..b7bae48b9 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 @@ -18395,6 +18395,9 @@ paths: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets examples: @@ -25160,7 +25163,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -25339,7 +25341,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -26189,7 +26190,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -39636,6 +39639,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type 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 69cf37ef4..d3d5c2c64 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -69411,6 +69411,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -147306,7 +147310,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -147540,7 +147543,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -149066,7 +149068,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -238974,7 +238979,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -820628,7 +820634,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, 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 72203a49e..4320a1762 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -23127,6 +23127,9 @@ paths: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets examples: @@ -38518,7 +38521,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -38697,7 +38699,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -39547,7 +39548,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -54026,6 +54029,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 69cf37ef4..d3d5c2c64 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -69411,6 +69411,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -147306,7 +147310,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -147540,7 +147543,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -149066,7 +149068,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -238974,7 +238979,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -820628,7 +820634,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 72203a49e..4320a1762 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -23127,6 +23127,9 @@ paths: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets examples: @@ -38518,7 +38521,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -38697,7 +38699,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -39547,7 +39548,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -54026,6 +54029,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index f743bf58b..ac11deca9 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -23599,7 +23599,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -23753,7 +23752,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -24773,7 +24771,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -130181,6 +130182,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -140839,7 +140844,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index e5a65e8b8..21d8cbe38 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -16972,7 +16972,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -17096,7 +17095,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -17845,7 +17843,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -94156,6 +94156,9 @@ components: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets create-budget: @@ -102034,6 +102037,7 @@ components: description: type: string description: The description of the option. + additionalProperties: false projects-v2-field-iteration-configuration: type: object description: The configuration for iteration fields. diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index f743bf58b..ac11deca9 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -23599,7 +23599,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -23753,7 +23752,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -24773,7 +24771,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -130181,6 +130182,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -140839,7 +140844,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index e5a65e8b8..21d8cbe38 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -16972,7 +16972,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -17096,7 +17095,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -17845,7 +17843,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -94156,6 +94156,9 @@ components: type: boolean description: Indicates if there are more pages of results available (maps to hasNextPage from billing platform) + total_count: + type: integer + description: Total number of budgets matching the query required: - budgets create-budget: @@ -102034,6 +102037,7 @@ components: description: type: string description: The description of the option. + additionalProperties: false projects-v2-field-iteration-configuration: type: object description: The configuration for iteration fields.