{ "$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-request-structure.json", "name": "ListEntitiesRequest", "description": "ListEntitiesRequest schema", "type": "object", "properties": { "filters": { "allOf": [ { "$ref": "#/components/schemas/ListEntitiesFilters" }, { "description": "
A list of objects that filter the request.
Only one object is accepted as a valid input.
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
" } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The string that specifies the next page of results." } ] } } }