File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1367213672 "physical_environment": {
1367313673 "type": "string",
1367413674 "description": "The physical region of the deployment.",
13675- "minLength": 1,
1367613675 "maxLength": 64
1367713676 },
1367813677 "cluster": {
1382613825 "physical_environment": {
1382713826 "type": "string",
1382813827 "description": "The physical region of the deployment.",
13829- "minLength": 1,
1383013828 "maxLength": 64
1383113829 },
1383213830 "deployments": {
1484614844 "type": "object",
1484714845 "properties": {
1484814846 "bundle": {
14849- "type": "object",
14847+ "type": [
14848+ "object",
14849+ "null"
14850+ ],
1485014851 "properties": {
1485114852 "mediaType": {
1485214853 "type": "string"
@@ -110221,6 +110222,10 @@
110221110222 "has_next_page": {
110222110223 "type": "boolean",
110223110224 "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
110225+ },
110226+ "total_count": {
110227+ "type": "integer",
110228+ "description": "Total number of budgets matching the query"
110224110229 }
110225110230 },
110226110231 "required": [
@@ -116928,7 +116933,8 @@
116928116933 "type": "string",
116929116934 "description": "The description of the option."
116930116935 }
116931- }
116936+ },
116937+ "additionalProperties": false
116932116938 },
116933116939 "projects-v2-field-iteration-configuration": {
116934116940 "type": "object",
Original file line number Diff line number Diff line change @@ -9862,7 +9862,6 @@ paths:
98629862 physical_environment:
98639863 type: string
98649864 description: The physical region of the deployment.
9865- minLength: 1
98669865 maxLength: 64
98679866 cluster:
98689867 type: string
@@ -9986,7 +9985,6 @@ paths:
99869985 physical_environment:
99879986 type: string
99889987 description: The physical region of the deployment.
9989- minLength: 1
99909988 maxLength: 64
99919989 deployments:
99929990 type: array
@@ -10735,7 +10733,9 @@ paths:
1073510733 type: object
1073610734 properties:
1073710735 bundle:
10738- type: object
10736+ type:
10737+ - object
10738+ - 'null'
1073910739 properties:
1074010740 mediaType:
1074110741 type: string
@@ -79670,6 +79670,9 @@ components:
7967079670 type: boolean
7967179671 description: Indicates if there are more pages of results available (maps
7967279672 to hasNextPage from billing platform)
79673+ total_count:
79674+ type: integer
79675+ description: Total number of budgets matching the query
7967379676 required:
7967479677 - budgets
7967579678 get-budget:
@@ -84767,6 +84770,7 @@ components:
8476784770 description:
8476884771 type: string
8476984772 description: The description of the option.
84773+ additionalProperties: false
8477084774 projects-v2-field-iteration-configuration:
8477184775 type: object
8477284776 description: The configuration for iteration fields.
Original file line number Diff line number Diff line change 1367213672 "physical_environment": {
1367313673 "type": "string",
1367413674 "description": "The physical region of the deployment.",
13675- "minLength": 1,
1367613675 "maxLength": 64
1367713676 },
1367813677 "cluster": {
1382613825 "physical_environment": {
1382713826 "type": "string",
1382813827 "description": "The physical region of the deployment.",
13829- "minLength": 1,
1383013828 "maxLength": 64
1383113829 },
1383213830 "deployments": {
1484614844 "type": "object",
1484714845 "properties": {
1484814846 "bundle": {
14849- "type": "object",
14847+ "type": [
14848+ "object",
14849+ "null"
14850+ ],
1485014851 "properties": {
1485114852 "mediaType": {
1485214853 "type": "string"
@@ -110221,6 +110222,10 @@
110221110222 "has_next_page": {
110222110223 "type": "boolean",
110223110224 "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
110225+ },
110226+ "total_count": {
110227+ "type": "integer",
110228+ "description": "Total number of budgets matching the query"
110224110229 }
110225110230 },
110226110231 "required": [
@@ -116928,7 +116933,8 @@
116928116933 "type": "string",
116929116934 "description": "The description of the option."
116930116935 }
116931- }
116936+ },
116937+ "additionalProperties": false
116932116938 },
116933116939 "projects-v2-field-iteration-configuration": {
116934116940 "type": "object",
Original file line number Diff line number Diff line change @@ -9862,7 +9862,6 @@ paths:
98629862 physical_environment:
98639863 type: string
98649864 description: The physical region of the deployment.
9865- minLength: 1
98669865 maxLength: 64
98679866 cluster:
98689867 type: string
@@ -9986,7 +9985,6 @@ paths:
99869985 physical_environment:
99879986 type: string
99889987 description: The physical region of the deployment.
9989- minLength: 1
99909988 maxLength: 64
99919989 deployments:
99929990 type: array
@@ -10735,7 +10733,9 @@ paths:
1073510733 type: object
1073610734 properties:
1073710735 bundle:
10738- type: object
10736+ type:
10737+ - object
10738+ - 'null'
1073910739 properties:
1074010740 mediaType:
1074110741 type: string
@@ -79670,6 +79670,9 @@ components:
7967079670 type: boolean
7967179671 description: Indicates if there are more pages of results available (maps
7967279672 to hasNextPage from billing platform)
79673+ total_count:
79674+ type: integer
79675+ description: Total number of budgets matching the query
7967379676 required:
7967479677 - budgets
7967579678 get-budget:
@@ -84767,6 +84770,7 @@ components:
8476784770 description:
8476884771 type: string
8476984772 description: The description of the option.
84773+ additionalProperties: false
8477084774 projects-v2-field-iteration-configuration:
8477184775 type: object
8477284776 description: The configuration for iteration fields.
Original file line number Diff line number Diff line change 7686476864 "has_next_page": {
7686576865 "type": "boolean",
7686676866 "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
76867+ },
76868+ "total_count": {
76869+ "type": "integer",
76870+ "description": "Total number of budgets matching the query"
7686776871 }
7686876872 },
7686976873 "required": [
9919199195 "physical_environment": {
9919299196 "type": "string",
9919399197 "description": "The physical region of the deployment.",
99194- "minLength": 1,
9919599198 "maxLength": 64
9919699199 },
9919799200 "cluster": {
9942599428 "physical_environment": {
9942699429 "type": "string",
9942799430 "description": "The physical region of the deployment.",
99428- "minLength": 1,
9942999431 "maxLength": 64
9943099432 },
9943199433 "deployments": {
@@ -100951,7 +100953,10 @@
100951100953 "type": "object",
100952100954 "properties": {
100953100955 "bundle": {
100954- "type": "object",
100956+ "type": [
100957+ "object",
100958+ "null"
100959+ ],
100955100960 "properties": {
100956100961 "mediaType": {
100957100962 "type": "string"
@@ -182383,7 +182388,8 @@
182383182388 "type": "string",
182384182389 "description": "The description of the option."
182385182390 }
182386- }
182391+ },
182392+ "additionalProperties": false
182387182393 }
182388182394 }
182389182395 },
@@ -743929,7 +743935,8 @@
743929743935 "type": "string",
743930743936 "description": "The description of the option."
743931743937 }
743932- }
743938+ },
743939+ "additionalProperties": false
743933743940 }
743934743941 }
743935743942 },
You can’t perform that action at this time.
0 commit comments