{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-create-thing-group-response-structure.json", "name": "CreateThingGroupResponse", "description": "CreateThingGroupResponse schema", "type": "object", "properties": { "thingGroupName": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupName" }, { "description": "The thing group name." } ] }, "thingGroupArn": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupArn" }, { "description": "The thing group ARN." } ] }, "thingGroupId": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupId" }, { "description": "The thing group ID." } ] } } }