{ "$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-offerings-response-schema.json", "title": "ListOfferingsResponse", "description": "Placeholder documentation for ListOfferingsResponse", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "Token to retrieve the next page of results" } ] }, "Offerings": { "allOf": [ { "$ref": "#/components/schemas/__listOfOffering" }, { "xml": { "name": "offerings" }, "description": "List of offerings" } ] } } }