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..0c0f8baa9 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 @@ -14846,7 +14846,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -110221,6 +110224,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 +116935,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..4e64435f6 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 @@ -10735,7 +10735,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -79670,6 +79672,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 +84772,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..0c0f8baa9 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -14846,7 +14846,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -110221,6 +110224,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 +116935,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..4e64435f6 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -10735,7 +10735,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -79670,6 +79672,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 +84772,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..50c54ea5c 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": [ @@ -100951,7 +100955,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -182383,7 +182390,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -743929,7 +743937,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..182e1dbb8 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: @@ -26189,7 +26192,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -39636,6 +39641,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..50c54ea5c 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": [ @@ -100951,7 +100955,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -182383,7 +182390,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -743929,7 +743937,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..182e1dbb8 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: @@ -26189,7 +26192,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -39636,6 +39641,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..e8e560882 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": [ @@ -149066,7 +149070,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -238974,7 +238981,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -820628,7 +820636,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..23c3385b3 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: @@ -39547,7 +39550,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -54026,6 +54031,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..e8e560882 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": [ @@ -149066,7 +149070,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -238974,7 +238981,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -820628,7 +820636,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..23c3385b3 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: @@ -39547,7 +39550,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -54026,6 +54031,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..a508fe94a 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -24773,7 +24773,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -130181,6 +130184,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 +140846,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..77b8e0f7b 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -17845,7 +17845,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -94156,6 +94158,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 +102039,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..a508fe94a 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -24773,7 +24773,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" @@ -130181,6 +130184,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 +140846,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..77b8e0f7b 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -17845,7 +17845,9 @@ paths: type: object properties: bundle: - type: object + type: + - object + - 'null' properties: mediaType: type: string @@ -94156,6 +94158,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 +102039,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.