{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-create-billing-group-response-structure.json", "name": "CreateBillingGroupResponse", "description": "CreateBillingGroupResponse schema", "type": "object", "properties": { "billingGroupName": { "allOf": [ { "$ref": "#/components/schemas/BillingGroupName" }, { "description": "The name you gave to the billing group." } ] }, "billingGroupArn": { "allOf": [ { "$ref": "#/components/schemas/BillingGroupArn" }, { "description": "The ARN of the billing group." } ] }, "billingGroupId": { "allOf": [ { "$ref": "#/components/schemas/BillingGroupId" }, { "description": "The ID of the billing group." } ] } } }