{ "$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-list-things-in-thing-group-response-structure.json", "name": "ListThingsInThingGroupResponse", "description": "ListThingsInThingGroupResponse schema", "type": "object", "properties": { "things": { "allOf": [ { "$ref": "#/components/schemas/ThingNameList" }, { "description": "The things in the specified thing group." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to get the next set of results, or null if there are no additional results." } ] } } }