diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 82a38e178..0b4a1e4a4 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -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": [ @@ -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`." } } }, @@ -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": [ @@ -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." } } }, @@ -19277,8 +19297,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 29f125c2a..4860946f5 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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. diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index 353dfcf20..f9f4d51c5 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -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": [ @@ -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`." } } }, @@ -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": [ @@ -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." } } }, @@ -19276,8 +19296,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index a4492c070..be9a06e0b 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 515d8a82e..80f4a8e1e 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -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": [ @@ -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`." } } }, @@ -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": [ @@ -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." } } }, @@ -19323,8 +19343,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 2b635c8dc..05aedcc6b 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -8855,8 +8855,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 @@ -8867,6 +8875,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 @@ -9020,8 +9032,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 @@ -9032,6 +9052,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 @@ -14297,7 +14320,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. diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 014495f78..f61bfaf71 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -76212,8 +76212,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": [ @@ -76231,6 +76237,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`." } } }, @@ -77044,8 +77054,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": [ @@ -77063,6 +77079,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." } } }, @@ -100820,8 +100840,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index c0fde6e45..5492e961a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -21561,8 +21561,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 @@ -21573,6 +21581,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 @@ -21892,8 +21904,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 @@ -21904,6 +21924,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 @@ -29477,7 +29500,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. diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 83993da9a..b949f54a8 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -72850,8 +72850,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": [ @@ -72869,6 +72875,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`." } } }, @@ -73682,8 +73692,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": [ @@ -73701,6 +73717,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." } } }, @@ -97428,8 +97448,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 85617a1d0..05832b94f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -21255,8 +21255,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 @@ -21267,6 +21275,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 @@ -21586,8 +21598,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 @@ -21598,6 +21618,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 @@ -29162,7 +29185,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. diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 07cf404fb..8a0e0234b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -77677,8 +77677,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": [ @@ -77696,6 +77702,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`." } } }, @@ -78509,8 +78519,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": [ @@ -78528,6 +78544,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." } } }, @@ -102898,8 +102918,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index cb9796b61..781c81af1 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -21826,8 +21826,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 @@ -21838,6 +21846,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 @@ -22157,8 +22169,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 @@ -22169,6 +22189,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 @@ -29770,7 +29793,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. diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 78f19d415..9ee91fb67 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -72552,8 +72552,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": [ @@ -72571,6 +72577,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`." } } }, @@ -73376,8 +73386,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": [ @@ -73395,6 +73411,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." } } }, @@ -147829,8 +147849,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index c76350832..399cfeeb9 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -27248,8 +27248,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 @@ -27260,6 +27268,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-budget: summary: Create budget example @@ -27581,8 +27593,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 @@ -27593,6 +27613,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 @@ -43500,7 +43523,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. diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index 6ffca968b..72081979e 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -72411,8 +72411,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": [ @@ -72430,6 +72436,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`." } } }, @@ -73235,8 +73245,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": [ @@ -73254,6 +73270,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." } } }, @@ -144202,8 +144222,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index f7c23157a..8c7b69533 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -27178,8 +27178,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 @@ -27190,6 +27198,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-budget: summary: Create budget example @@ -27511,8 +27523,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 @@ -27523,6 +27543,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 @@ -43105,7 +43128,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. diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index a5cb00381..6f726c674 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -73024,8 +73024,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": [ @@ -73043,6 +73049,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`." } } }, @@ -73848,8 +73858,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": [ @@ -73867,6 +73883,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." } } }, @@ -150155,8 +150175,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 1d4d3c49f..2a3abd986 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -27421,8 +27421,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 @@ -27433,6 +27441,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-budget: summary: Create budget example @@ -27754,8 +27766,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 @@ -27766,6 +27786,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 @@ -43806,7 +43829,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. diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 276843158..e61171964 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -17246,8 +17246,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": [ @@ -17265,6 +17271,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`." } } }, @@ -17487,8 +17497,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": [ @@ -17506,6 +17522,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." } } }, @@ -29984,8 +30004,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 69a0a535b..880a4fbcf 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -12691,8 +12691,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 @@ -12703,6 +12711,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-budget: summary: Create budget example @@ -12858,8 +12870,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 @@ -12870,6 +12890,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 @@ -21969,7 +21992,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. diff --git a/descriptions/ghec/ghec.2026-03-10.json b/descriptions/ghec/ghec.2026-03-10.json index 6783fb7b2..66e09ce8f 100644 --- a/descriptions/ghec/ghec.2026-03-10.json +++ b/descriptions/ghec/ghec.2026-03-10.json @@ -17246,8 +17246,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": [ @@ -17265,6 +17271,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`." } } }, @@ -17487,8 +17497,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": [ @@ -17506,6 +17522,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." } } }, @@ -29965,8 +29985,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/ghec/ghec.2026-03-10.yaml b/descriptions/ghec/ghec.2026-03-10.yaml index d9869e86e..058215f5a 100644 --- a/descriptions/ghec/ghec.2026-03-10.yaml +++ b/descriptions/ghec/ghec.2026-03-10.yaml @@ -12691,8 +12691,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 @@ -12703,6 +12711,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-budget: summary: Create budget example @@ -12858,8 +12870,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 @@ -12870,6 +12890,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 @@ -21955,7 +21978,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. diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 1e0dc669a..aca0c6907 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -17260,8 +17260,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": [ @@ -17279,6 +17285,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`." } } }, @@ -17501,8 +17511,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": [ @@ -17520,6 +17536,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." } } }, @@ -30056,8 +30076,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 868ecb51b..2541d29cc 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -12699,8 +12699,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 @@ -12711,6 +12719,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-budget: summary: Create budget example @@ -12866,8 +12878,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 @@ -12878,6 +12898,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 @@ -22008,7 +22031,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.