{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-list-entities-response-structure.json", "name": "ListEntitiesResponse", "description": "ListEntitiesResponse schema", "type": "object", "properties": { "entitySummaries": { "allOf": [ { "$ref": "#/components/schemas/EntitySummaries" }, { "description": "A list of objects that contain information about the entities." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The string that specifies the next page of results." } ] } } }