{ "$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-dynamic-thing-group-response-structure.json", "name": "CreateDynamicThingGroupResponse", "description": "CreateDynamicThingGroupResponse schema", "type": "object", "properties": { "thingGroupName": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupName" }, { "description": "The dynamic thing group name." } ] }, "thingGroupArn": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupArn" }, { "description": "The dynamic thing group ARN." } ] }, "thingGroupId": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupId" }, { "description": "The dynamic thing group ID." } ] }, "indexName": { "allOf": [ { "$ref": "#/components/schemas/IndexName" }, { "description": "The dynamic thing group index name." } ] }, "queryString": { "allOf": [ { "$ref": "#/components/schemas/QueryString" }, { "description": "The dynamic thing group search query string." } ] }, "queryVersion": { "allOf": [ { "$ref": "#/components/schemas/QueryVersion" }, { "description": "The dynamic thing group query version." } ] } } }