You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rest/data/fpt-2022-11-28/schema.json
+44-20Lines changed: 44 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -198197,11 +198197,20 @@
198197
198197
]
198198
198198
},
198199
198199
"budget_type": {
198200
-
"type": "string",
198201
198200
"description": "The type of pricing for the budget",
198202
-
"enum": [
198203
-
"SkuPricing",
198204
-
"ProductPricing"
198201
+
"oneOf": [
198202
+
{
198203
+
"type": "string",
198204
+
"enum": [
198205
+
"SkuPricing"
198206
+
]
198207
+
},
198208
+
{
198209
+
"type": "string",
198210
+
"enum": [
198211
+
"ProductPricing"
198212
+
]
198213
+
}
198205
198214
],
198206
198215
"examples": [
198207
198216
"SkuPricing"
@@ -198428,11 +198437,20 @@
198428
198437
]
198429
198438
},
198430
198439
"budget_type": {
198431
-
"type": "string",
198432
198440
"description": "The type of pricing for the budget",
198433
-
"enum": [
198434
-
"ProductPricing",
198435
-
"SkuPricing"
198441
+
"oneOf": [
198442
+
{
198443
+
"type": "string",
198444
+
"enum": [
198445
+
"ProductPricing"
198446
+
]
198447
+
},
198448
+
{
198449
+
"type": "string",
198450
+
"enum": [
198451
+
"SkuPricing"
198452
+
]
198453
+
}
198436
198454
],
198437
198455
"examples": [
198438
198456
"ProductPricing"
@@ -198594,11 +198612,7 @@
198594
198612
"type": "string",
198595
198613
"name": "budget_type",
198596
198614
"in": "body",
198597
-
"description": "<p>The type of pricing for the budget</p>",
198598
-
"enum": [
198599
-
"ProductPricing",
198600
-
"SkuPricing"
198601
-
]
198615
+
"description": "<p>The type of pricing for the budget</p>"
198602
198616
},
198603
198617
{
198604
198618
"type": "string",
@@ -198712,11 +198726,20 @@
198712
198726
"default": ""
198713
198727
},
198714
198728
"budget_type": {
198715
-
"type": "string",
198716
198729
"description": "The type of pricing for the budget",
198717
-
"enum": [
198718
-
"ProductPricing",
198719
-
"SkuPricing"
198730
+
"oneOf": [
198731
+
{
198732
+
"type": "string",
198733
+
"enum": [
198734
+
"ProductPricing"
198735
+
]
198736
+
},
198737
+
{
198738
+
"type": "string",
198739
+
"enum": [
198740
+
"SkuPricing"
198741
+
]
198742
+
}
198720
198743
]
198721
198744
},
198722
198745
"budget_product_sku": {
@@ -307783,7 +307806,7 @@
307783
307806
"type": "array of strings",
307784
307807
"name": "selected_usernames",
307785
307808
"in": "body",
307786
-
"description": "<p>The usernames of the organization members whose codespaces be billed to the organization.</p>",
307809
+
"description": "<p>The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.</p>",
307787
307810
"isRequired": true
307788
307811
}
307789
307812
],
@@ -307872,7 +307895,7 @@
307872
307895
"type": "array of strings",
307873
307896
"name": "selected_usernames",
307874
307897
"in": "body",
307875
-
"description": "<p>The usernames of the organization members whose codespaces should not be billed to the organization.</p>",
307898
+
"description": "<p>The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.</p>",
Copy file name to clipboardExpand all lines: src/rest/data/ghec-2022-11-28/schema.json
+58-29Lines changed: 58 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -210430,11 +210430,20 @@
210430
210430
]
210431
210431
},
210432
210432
"budget_type": {
210433
-
"type": "string",
210434
210433
"description": "The type of pricing for the budget",
210435
-
"enum": [
210436
-
"SkuPricing",
210437
-
"ProductPricing"
210434
+
"oneOf": [
210435
+
{
210436
+
"type": "string",
210437
+
"enum": [
210438
+
"SkuPricing"
210439
+
]
210440
+
},
210441
+
{
210442
+
"type": "string",
210443
+
"enum": [
210444
+
"ProductPricing"
210445
+
]
210446
+
}
210438
210447
],
210439
210448
"examples": [
210440
210449
"SkuPricing"
@@ -210626,11 +210635,7 @@
210626
210635
"name": "budget_type",
210627
210636
"in": "body",
210628
210637
"description": "<p>The type of pricing for the budget</p>",
210629
-
"isRequired": true,
210630
-
"enum": [
210631
-
"ProductPricing",
210632
-
"SkuPricing"
210633
-
]
210638
+
"isRequired": true
210634
210639
},
210635
210640
{
210636
210641
"type": "string",
@@ -210728,11 +210733,20 @@
210728
210733
]
210729
210734
},
210730
210735
"budget_type": {
210731
-
"type": "string",
210732
210736
"description": "The type of pricing for the budget",
210733
-
"enum": [
210734
-
"ProductPricing",
210735
-
"SkuPricing"
210737
+
"oneOf": [
210738
+
{
210739
+
"type": "string",
210740
+
"enum": [
210741
+
"ProductPricing"
210742
+
]
210743
+
},
210744
+
{
210745
+
"type": "string",
210746
+
"enum": [
210747
+
"SkuPricing"
210748
+
]
210749
+
}
210736
210750
],
210737
210751
"examples": [
210738
210752
"ProductPricing"
@@ -210916,11 +210930,20 @@
210916
210930
]
210917
210931
},
210918
210932
"budget_type": {
210919
-
"type": "string",
210920
210933
"description": "The type of pricing for the budget",
210921
-
"enum": [
210922
-
"ProductPricing",
210923
-
"SkuPricing"
210934
+
"oneOf": [
210935
+
{
210936
+
"type": "string",
210937
+
"enum": [
210938
+
"ProductPricing"
210939
+
]
210940
+
},
210941
+
{
210942
+
"type": "string",
210943
+
"enum": [
210944
+
"SkuPricing"
210945
+
]
210946
+
}
210924
210947
],
210925
210948
"examples": [
210926
210949
"ProductPricing"
@@ -211078,11 +211101,7 @@
211078
211101
"type": "string",
211079
211102
"name": "budget_type",
211080
211103
"in": "body",
211081
-
"description": "<p>The type of pricing for the budget</p>",
211082
-
"enum": [
211083
-
"ProductPricing",
211084
-
"SkuPricing"
211085
-
]
211104
+
"description": "<p>The type of pricing for the budget</p>"
211086
211105
},
211087
211106
{
211088
211107
"type": "string",
@@ -211193,11 +211212,20 @@
211193
211212
]
211194
211213
},
211195
211214
"budget_type": {
211196
-
"type": "string",
211197
211215
"description": "The type of pricing for the budget",
211198
-
"enum": [
211199
-
"ProductPricing",
211200
-
"SkuPricing"
211216
+
"oneOf": [
211217
+
{
211218
+
"type": "string",
211219
+
"enum": [
211220
+
"ProductPricing"
211221
+
]
211222
+
},
211223
+
{
211224
+
"type": "string",
211225
+
"enum": [
211226
+
"SkuPricing"
211227
+
]
211228
+
}
211201
211229
],
211202
211230
"examples": [
211203
211231
"ProductPricing"
@@ -324648,7 +324676,7 @@
324648
324676
"type": "array of strings",
324649
324677
"name": "selected_usernames",
324650
324678
"in": "body",
324651
-
"description": "<p>The usernames of the organization members whose codespaces be billed to the organization.</p>",
324679
+
"description": "<p>The usernames of the organization members and outside collaborators whose codespaces should be billed to the organization.</p>",
324652
324680
"isRequired": true
324653
324681
}
324654
324682
],
@@ -324737,7 +324765,7 @@
324737
324765
"type": "array of strings",
324738
324766
"name": "selected_usernames",
324739
324767
"in": "body",
324740
-
"description": "<p>The usernames of the organization members whose codespaces should not be billed to the organization.</p>",
324768
+
"description": "<p>The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.</p>",
0 commit comments