Skip to content

Commit 6d7e221

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 3237c14 commit 6d7e221

16 files changed

Lines changed: 104 additions & 12 deletions

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14742,6 +14742,7 @@
1474214742
"type": "object",
1474314743
"properties": {
1474414744
"bundle": {
14745+
"nullable": true,
1474514746
"type": "object",
1474614747
"properties": {
1474714748
"mediaType": {
@@ -108951,6 +108952,10 @@
108951108952
"has_next_page": {
108952108953
"type": "boolean",
108953108954
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
108955+
},
108956+
"total_count": {
108957+
"type": "integer",
108958+
"description": "Total number of budgets matching the query"
108954108959
}
108955108960
},
108956108961
"required": [
@@ -115306,7 +115311,8 @@
115306115311
"type": "string",
115307115312
"description": "The description of the option."
115308115313
}
115309-
}
115314+
},
115315+
"additionalProperties": false
115310115316
},
115311115317
"projects-v2-field-iteration-configuration": {
115312115318
"type": "object",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10685,6 +10685,7 @@ paths:
1068510685
type: object
1068610686
properties:
1068710687
bundle:
10688+
nullable: true
1068810689
type: object
1068910690
properties:
1069010691
mediaType:
@@ -79267,6 +79268,9 @@ components:
7926779268
type: boolean
7926879269
description: Indicates if there are more pages of results available (maps
7926979270
to hasNextPage from billing platform)
79271+
total_count:
79272+
type: integer
79273+
description: Total number of budgets matching the query
7927079274
required:
7927179275
- budgets
7927279276
get-budget:
@@ -84389,6 +84393,7 @@ components:
8438984393
description:
8439084394
type: string
8439184395
description: The description of the option.
84396+
additionalProperties: false
8439284397
projects-v2-field-iteration-configuration:
8439384398
type: object
8439484399
description: The configuration for iteration fields.

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14742,6 +14742,7 @@
1474214742
"type": "object",
1474314743
"properties": {
1474414744
"bundle": {
14745+
"nullable": true,
1474514746
"type": "object",
1474614747
"properties": {
1474714748
"mediaType": {
@@ -108951,6 +108952,10 @@
108951108952
"has_next_page": {
108952108953
"type": "boolean",
108953108954
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
108955+
},
108956+
"total_count": {
108957+
"type": "integer",
108958+
"description": "Total number of budgets matching the query"
108954108959
}
108955108960
},
108956108961
"required": [
@@ -115306,7 +115311,8 @@
115306115311
"type": "string",
115307115312
"description": "The description of the option."
115308115313
}
115309-
}
115314+
},
115315+
"additionalProperties": false
115310115316
},
115311115317
"projects-v2-field-iteration-configuration": {
115312115318
"type": "object",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10685,6 +10685,7 @@ paths:
1068510685
type: object
1068610686
properties:
1068710687
bundle:
10688+
nullable: true
1068810689
type: object
1068910690
properties:
1069010691
mediaType:
@@ -79267,6 +79268,9 @@ components:
7926779268
type: boolean
7926879269
description: Indicates if there are more pages of results available (maps
7926979270
to hasNextPage from billing platform)
79271+
total_count:
79272+
type: integer
79273+
description: Total number of budgets matching the query
7927079274
required:
7927179275
- budgets
7927279276
get-budget:
@@ -84389,6 +84393,7 @@ components:
8438984393
description:
8439084394
type: string
8439184395
description: The description of the option.
84396+
additionalProperties: false
8439284397
projects-v2-field-iteration-configuration:
8439384398
type: object
8439484399
description: The configuration for iteration fields.

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

Lines changed: 9 additions & 2 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": [
@@ -87635,6 +87639,7 @@
8763587639
"type": "object",
8763687640
"properties": {
8763787641
"bundle": {
87642+
"nullable": true,
8763887643
"type": "object",
8763987644
"properties": {
8764087645
"mediaType": {
@@ -157215,7 +157220,8 @@
157215157220
"type": "string",
157216157221
"description": "The description of the option."
157217157222
}
157218-
}
157223+
},
157224+
"additionalProperties": false
157219157225
}
157220157226
}
157221157227
},
@@ -627793,7 +627799,8 @@
627793627799
"type": "string",
627794627800
"description": "The description of the option."
627795627801
}
627796-
}
627802+
},
627803+
"additionalProperties": false
627797627804
}
627798627805
}
627799627806
},

0 commit comments

Comments
 (0)