CreateBillingGroupResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-create-billing-group-response-schema.json", "title": "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." } ] } } }