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 db836370b..15b6defb6 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 @@ -13604,7 +13604,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -13756,7 +13755,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -14742,6 +14740,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -108951,6 +108950,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": [ @@ -115306,7 +115309,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", 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 accb688b6..d186a4a76 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 @@ -9830,7 +9830,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -9953,7 +9952,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -10685,6 +10683,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -79267,6 +79266,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: @@ -84389,6 +84391,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index db836370b..15b6defb6 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -13604,7 +13604,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -13756,7 +13755,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -14742,6 +14740,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -108951,6 +108950,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": [ @@ -115306,7 +115309,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index accb688b6..d186a4a76 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -9830,7 +9830,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -9953,7 +9952,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -10685,6 +10683,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -79267,6 +79266,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: @@ -84389,6 +84391,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/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 2d62c6409..359432be5 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 @@ -65904,6 +65904,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": [ @@ -85917,7 +85921,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -86147,7 +86150,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -87635,6 +87637,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -157215,7 +157218,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -627793,7 +627797,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, 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 6c5a4fb53..e3b7af5b9 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 @@ -17763,6 +17763,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: @@ -24370,7 +24373,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -24547,7 +24549,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -25380,6 +25381,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -38584,6 +38586,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type 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 2d62c6409..359432be5 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -65904,6 +65904,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": [ @@ -85917,7 +85921,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -86147,7 +86150,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -87635,6 +87637,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -157215,7 +157218,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -627793,7 +627797,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, 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 6c5a4fb53..e3b7af5b9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -17763,6 +17763,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: @@ -24370,7 +24373,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -24547,7 +24549,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -25380,6 +25381,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -38584,6 +38586,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 493e9beba..7f376d8ac 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -63783,6 +63783,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": [ @@ -130609,7 +130613,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -130839,7 +130842,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -132327,6 +132329,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -209755,7 +209758,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -698687,7 +698691,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 9a5aae110..043425f46 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -22468,6 +22468,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: @@ -37510,7 +37513,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -37687,7 +37689,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -38520,6 +38521,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -52748,6 +52750,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 493e9beba..7f376d8ac 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -63783,6 +63783,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": [ @@ -130609,7 +130613,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -130839,7 +130842,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -132327,6 +132329,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -209755,7 +209758,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, @@ -698687,7 +698691,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false } } }, diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 9a5aae110..043425f46 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -22468,6 +22468,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: @@ -37510,7 +37513,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -37687,7 +37689,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -38520,6 +38521,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -52748,6 +52750,7 @@ paths: description: type: string description: The description of the option. + additionalProperties: false required: - name - data_type diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 23e4dbe35..4c1689c70 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -23515,7 +23515,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -23667,7 +23666,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -24653,6 +24651,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -128574,6 +128573,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": [ @@ -138763,7 +138766,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index ed33d1d2f..dc60112c2 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -16932,7 +16932,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -17055,7 +17054,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -17787,6 +17785,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -93448,6 +93447,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: @@ -101455,6 +101457,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 23e4dbe35..4c1689c70 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -23515,7 +23515,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "cluster": { @@ -23667,7 +23666,6 @@ "physical_environment": { "type": "string", "description": "The physical region of the deployment.", - "minLength": 1, "maxLength": 64 }, "deployments": { @@ -24653,6 +24651,7 @@ "type": "object", "properties": { "bundle": { + "nullable": true, "type": "object", "properties": { "mediaType": { @@ -128574,6 +128573,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": [ @@ -138763,7 +138766,8 @@ "type": "string", "description": "The description of the option." } - } + }, + "additionalProperties": false }, "projects-v2-field-iteration-configuration": { "type": "object", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index ed33d1d2f..dc60112c2 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -16932,7 +16932,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 cluster: type: string @@ -17055,7 +17054,6 @@ paths: physical_environment: type: string description: The physical region of the deployment. - minLength: 1 maxLength: 64 deployments: type: array @@ -17787,6 +17785,7 @@ paths: type: object properties: bundle: + nullable: true type: object properties: mediaType: @@ -93448,6 +93447,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: @@ -101455,6 +101457,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.