{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-list-scenes-request-schema.json", "title": "ListScenesRequest", "description": "ListScenesRequest schema", "type": "object", "properties": { "maxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "Specifies the maximum number of results to display." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The string that specifies the next page of results." } ] } } }