Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 27 additions & 4 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -12048,8 +12048,14 @@
"default": ""
},
"budget_type": {
"description": "The type of pricing for the budget",
"description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.",
"oneOf": [
{
"type": "string",
"enum": [
"BundlePricing"
]
},
{
"type": "string",
"enum": [
Expand All @@ -12067,6 +12073,10 @@
"budget_product_sku": {
"type": "string",
"description": "A single product or SKU that will be covered in the budget"
},
"user": {
"type": "string",
"description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`."
}
}
},
Expand Down Expand Up @@ -12292,8 +12302,14 @@
"description": "The name of the entity to apply the budget to"
},
"budget_type": {
"description": "The type of pricing for the budget",
"description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.",
"oneOf": [
{
"type": "string",
"enum": [
"BundlePricing"
]
},
{
"type": "string",
"enum": [
Expand All @@ -12311,6 +12327,10 @@
"budget_product_sku": {
"type": "string",
"description": "A single product or SKU that will be covered in the budget"
},
"user": {
"type": "string",
"description": "The username of the user for `user` scope budgets."
}
}
},
Expand Down Expand Up @@ -19277,8 +19297,11 @@
"status": "deployed",
"deployment_name": "deployment-pod",
"tags": {
"runtime-risk": "sensitive-data"
}
"owning-team": "platform"
},
"runtime_risks": [
"sensitive-data"
]
}
]
}
Expand Down
31 changes: 28 additions & 3 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8847,8 +8847,16 @@ paths:
description: The name of the entity to apply the budget to
default: ''
budget_type:
description: The type of pricing for the budget
description: |-
The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.

- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.
- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.
- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.
oneOf:
- type: string
enum:
- BundlePricing
- type: string
enum:
- ProductPricing
Expand All @@ -8859,6 +8867,10 @@ paths:
type: string
description: A single product or SKU that will be covered in the
budget
user:
type: string
description: The username of the user for `user` scope budgets.
This field is required when `budget_scope` is `user`.
examples:
create-organization-budget:
summary: Create organization budget example
Expand Down Expand Up @@ -9012,8 +9024,16 @@ paths:
type: string
description: The name of the entity to apply the budget to
budget_type:
description: The type of pricing for the budget
description: |-
The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.

- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.
- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.
- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.
oneOf:
- type: string
enum:
- BundlePricing
- type: string
enum:
- ProductPricing
Expand All @@ -9024,6 +9044,9 @@ paths:
type: string
description: A single product or SKU that will be covered in the
budget
user:
type: string
description: The username of the user for `user` scope budgets.
examples:
update-budget:
summary: Update budget example
Expand Down Expand Up @@ -14272,7 +14295,9 @@ paths:
status: deployed
deployment_name: deployment-pod
tags:
runtime-risk: sensitive-data
owning-team: platform
runtime_risks:
- sensitive-data
responses:
'200':
description: 'Deployment records created or updated successfully.
Expand Down
31 changes: 27 additions & 4 deletions descriptions/api.github.com/api.github.com.2026-03-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -12048,8 +12048,14 @@
"default": ""
},
"budget_type": {
"description": "The type of pricing for the budget",
"description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.",
"oneOf": [
{
"type": "string",
"enum": [
"BundlePricing"
]
},
{
"type": "string",
"enum": [
Expand All @@ -12067,6 +12073,10 @@
"budget_product_sku": {
"type": "string",
"description": "A single product or SKU that will be covered in the budget"
},
"user": {
"type": "string",
"description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`."
}
}
},
Expand Down Expand Up @@ -12292,8 +12302,14 @@
"description": "The name of the entity to apply the budget to"
},
"budget_type": {
"description": "The type of pricing for the budget",
"description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.",
"oneOf": [
{
"type": "string",
"enum": [
"BundlePricing"
]
},
{
"type": "string",
"enum": [
Expand All @@ -12311,6 +12327,10 @@
"budget_product_sku": {
"type": "string",
"description": "A single product or SKU that will be covered in the budget"
},
"user": {
"type": "string",
"description": "The username of the user for `user` scope budgets."
}
}
},
Expand Down Expand Up @@ -19276,8 +19296,11 @@
"status": "deployed",
"deployment_name": "deployment-pod",
"tags": {
"runtime-risk": "sensitive-data"
}
"owning-team": "platform"
},
"runtime_risks": [
"sensitive-data"
]
}
]
}
Expand Down
31 changes: 28 additions & 3 deletions descriptions/api.github.com/api.github.com.2026-03-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8847,8 +8847,16 @@ paths:
description: The name of the entity to apply the budget to
default: ''
budget_type:
description: The type of pricing for the budget
description: |-
The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.

- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.
- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.
- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.
oneOf:
- type: string
enum:
- BundlePricing
- type: string
enum:
- ProductPricing
Expand All @@ -8859,6 +8867,10 @@ paths:
type: string
description: A single product or SKU that will be covered in the
budget
user:
type: string
description: The username of the user for `user` scope budgets.
This field is required when `budget_scope` is `user`.
examples:
create-organization-budget:
summary: Create organization budget example
Expand Down Expand Up @@ -9012,8 +9024,16 @@ paths:
type: string
description: The name of the entity to apply the budget to
budget_type:
description: The type of pricing for the budget
description: |-
The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.

- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.
- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.
- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.
oneOf:
- type: string
enum:
- BundlePricing
- type: string
enum:
- ProductPricing
Expand All @@ -9024,6 +9044,9 @@ paths:
type: string
description: A single product or SKU that will be covered in the
budget
user:
type: string
description: The username of the user for `user` scope budgets.
examples:
update-budget:
summary: Update budget example
Expand Down Expand Up @@ -14270,7 +14293,9 @@ paths:
status: deployed
deployment_name: deployment-pod
tags:
runtime-risk: sensitive-data
owning-team: platform
runtime_risks:
- sensitive-data
responses:
'200':
description: 'Deployment records created or updated successfully.
Expand Down
31 changes: 27 additions & 4 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -12062,8 +12062,14 @@
"default": ""
},
"budget_type": {
"description": "The type of pricing for the budget",
"description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.",
"oneOf": [
{
"type": "string",
"enum": [
"BundlePricing"
]
},
{
"type": "string",
"enum": [
Expand All @@ -12081,6 +12087,10 @@
"budget_product_sku": {
"type": "string",
"description": "A single product or SKU that will be covered in the budget"
},
"user": {
"type": "string",
"description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`."
}
}
},
Expand Down Expand Up @@ -12306,8 +12316,14 @@
"description": "The name of the entity to apply the budget to"
},
"budget_type": {
"description": "The type of pricing for the budget",
"description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.",
"oneOf": [
{
"type": "string",
"enum": [
"BundlePricing"
]
},
{
"type": "string",
"enum": [
Expand All @@ -12325,6 +12341,10 @@
"budget_product_sku": {
"type": "string",
"description": "A single product or SKU that will be covered in the budget"
},
"user": {
"type": "string",
"description": "The username of the user for `user` scope budgets."
}
}
},
Expand Down Expand Up @@ -19323,8 +19343,11 @@
"status": "deployed",
"deployment_name": "deployment-pod",
"tags": {
"runtime-risk": "sensitive-data"
}
"owning-team": "platform"
},
"runtime_risks": [
"sensitive-data"
]
}
]
}
Expand Down
Loading