CreateThingGroupResponse 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-thing-group-response-schema.json", "title": "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." } ] } } }