Placeholder documentation for ListReservationsResponse
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-list-reservations-response-schema.json", "title": "ListReservationsResponse", "description": "Placeholder documentation for ListReservationsResponse", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "Token to retrieve the next page of results" } ] }, "Reservations": { "allOf": [ { "$ref": "#/components/schemas/__listOfReservation" }, { "xml": { "name": "reservations" }, "description": "List of reservations" } ] } } }