Skip to content

Commit f1f9d97

Browse files
authored
Merge pull request #5941 from github/openapi-update-528736ce3d50245355d82756b09df12a99dd437e734603465965029dee2c7306
Update OpenAPI 3.0 Descriptions
2 parents 52c66ed + 6de8c7e commit f1f9d97

16 files changed

Lines changed: 104 additions & 44 deletions

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13604,7 +13604,6 @@
1360413604
"physical_environment": {
1360513605
"type": "string",
1360613606
"description": "The physical region of the deployment.",
13607-
"minLength": 1,
1360813607
"maxLength": 64
1360913608
},
1361013609
"cluster": {
@@ -13756,7 +13755,6 @@
1375613755
"physical_environment": {
1375713756
"type": "string",
1375813757
"description": "The physical region of the deployment.",
13759-
"minLength": 1,
1376013758
"maxLength": 64
1376113759
},
1376213760
"deployments": {
@@ -14742,6 +14740,7 @@
1474214740
"type": "object",
1474314741
"properties": {
1474414742
"bundle": {
14743+
"nullable": true,
1474514744
"type": "object",
1474614745
"properties": {
1474714746
"mediaType": {
@@ -108951,6 +108950,10 @@
108951108950
"has_next_page": {
108952108951
"type": "boolean",
108953108952
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
108953+
},
108954+
"total_count": {
108955+
"type": "integer",
108956+
"description": "Total number of budgets matching the query"
108954108957
}
108955108958
},
108956108959
"required": [
@@ -115306,7 +115309,8 @@
115306115309
"type": "string",
115307115310
"description": "The description of the option."
115308115311
}
115309-
}
115312+
},
115313+
"additionalProperties": false
115310115314
},
115311115315
"projects-v2-field-iteration-configuration": {
115312115316
"type": "object",

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9830,7 +9830,6 @@ paths:
98309830
physical_environment:
98319831
type: string
98329832
description: The physical region of the deployment.
9833-
minLength: 1
98349833
maxLength: 64
98359834
cluster:
98369835
type: string
@@ -9953,7 +9952,6 @@ paths:
99539952
physical_environment:
99549953
type: string
99559954
description: The physical region of the deployment.
9956-
minLength: 1
99579955
maxLength: 64
99589956
deployments:
99599957
type: array
@@ -10685,6 +10683,7 @@ paths:
1068510683
type: object
1068610684
properties:
1068710685
bundle:
10686+
nullable: true
1068810687
type: object
1068910688
properties:
1069010689
mediaType:
@@ -79267,6 +79266,9 @@ components:
7926779266
type: boolean
7926879267
description: Indicates if there are more pages of results available (maps
7926979268
to hasNextPage from billing platform)
79269+
total_count:
79270+
type: integer
79271+
description: Total number of budgets matching the query
7927079272
required:
7927179273
- budgets
7927279274
get-budget:
@@ -84389,6 +84391,7 @@ components:
8438984391
description:
8439084392
type: string
8439184393
description: The description of the option.
84394+
additionalProperties: false
8439284395
projects-v2-field-iteration-configuration:
8439384396
type: object
8439484397
description: The configuration for iteration fields.

descriptions/api.github.com/api.github.com.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13604,7 +13604,6 @@
1360413604
"physical_environment": {
1360513605
"type": "string",
1360613606
"description": "The physical region of the deployment.",
13607-
"minLength": 1,
1360813607
"maxLength": 64
1360913608
},
1361013609
"cluster": {
@@ -13756,7 +13755,6 @@
1375613755
"physical_environment": {
1375713756
"type": "string",
1375813757
"description": "The physical region of the deployment.",
13759-
"minLength": 1,
1376013758
"maxLength": 64
1376113759
},
1376213760
"deployments": {
@@ -14742,6 +14740,7 @@
1474214740
"type": "object",
1474314741
"properties": {
1474414742
"bundle": {
14743+
"nullable": true,
1474514744
"type": "object",
1474614745
"properties": {
1474714746
"mediaType": {
@@ -108951,6 +108950,10 @@
108951108950
"has_next_page": {
108952108951
"type": "boolean",
108953108952
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
108953+
},
108954+
"total_count": {
108955+
"type": "integer",
108956+
"description": "Total number of budgets matching the query"
108954108957
}
108955108958
},
108956108959
"required": [
@@ -115306,7 +115309,8 @@
115306115309
"type": "string",
115307115310
"description": "The description of the option."
115308115311
}
115309-
}
115312+
},
115313+
"additionalProperties": false
115310115314
},
115311115315
"projects-v2-field-iteration-configuration": {
115312115316
"type": "object",

descriptions/api.github.com/api.github.com.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9830,7 +9830,6 @@ paths:
98309830
physical_environment:
98319831
type: string
98329832
description: The physical region of the deployment.
9833-
minLength: 1
98349833
maxLength: 64
98359834
cluster:
98369835
type: string
@@ -9953,7 +9952,6 @@ paths:
99539952
physical_environment:
99549953
type: string
99559954
description: The physical region of the deployment.
9956-
minLength: 1
99579955
maxLength: 64
99589956
deployments:
99599957
type: array
@@ -10685,6 +10683,7 @@ paths:
1068510683
type: object
1068610684
properties:
1068710685
bundle:
10686+
nullable: true
1068810687
type: object
1068910688
properties:
1069010689
mediaType:
@@ -79267,6 +79266,9 @@ components:
7926779266
type: boolean
7926879267
description: Indicates if there are more pages of results available (maps
7926979268
to hasNextPage from billing platform)
79269+
total_count:
79270+
type: integer
79271+
description: Total number of budgets matching the query
7927079272
required:
7927179273
- budgets
7927279274
get-budget:
@@ -84389,6 +84391,7 @@ components:
8438984391
description:
8439084392
type: string
8439184393
description: The description of the option.
84394+
additionalProperties: false
8439284395
projects-v2-field-iteration-configuration:
8439384396
type: object
8439484397
description: The configuration for iteration fields.

descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65904,6 +65904,10 @@
6590465904
"has_next_page": {
6590565905
"type": "boolean",
6590665906
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
65907+
},
65908+
"total_count": {
65909+
"type": "integer",
65910+
"description": "Total number of budgets matching the query"
6590765911
}
6590865912
},
6590965913
"required": [
@@ -85917,7 +85921,6 @@
8591785921
"physical_environment": {
8591885922
"type": "string",
8591985923
"description": "The physical region of the deployment.",
85920-
"minLength": 1,
8592185924
"maxLength": 64
8592285925
},
8592385926
"cluster": {
@@ -86147,7 +86150,6 @@
8614786150
"physical_environment": {
8614886151
"type": "string",
8614986152
"description": "The physical region of the deployment.",
86150-
"minLength": 1,
8615186153
"maxLength": 64
8615286154
},
8615386155
"deployments": {
@@ -87635,6 +87637,7 @@
8763587637
"type": "object",
8763687638
"properties": {
8763787639
"bundle": {
87640+
"nullable": true,
8763887641
"type": "object",
8763987642
"properties": {
8764087643
"mediaType": {
@@ -157215,7 +157218,8 @@
157215157218
"type": "string",
157216157219
"description": "The description of the option."
157217157220
}
157218-
}
157221+
},
157222+
"additionalProperties": false
157219157223
}
157220157224
}
157221157225
},
@@ -627793,7 +627797,8 @@
627793627797
"type": "string",
627794627798
"description": "The description of the option."
627795627799
}
627796-
}
627800+
},
627801+
"additionalProperties": false
627797627802
}
627798627803
}
627799627804
},

0 commit comments

Comments
 (0)