ListOriginEndpointsResponse schema from Amazon MediaPackage API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-schema/mediapackage-api-list-origin-endpoints-response-schema.json", "title": "ListOriginEndpointsResponse", "description": "ListOriginEndpointsResponse schema from Amazon MediaPackage API", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "A token that can be used to resume pagination from the end of the collection." } ] }, "OriginEndpoints": { "allOf": [ { "$ref": "#/components/schemas/__listOfOriginEndpoint" }, { "xml": { "name": "originEndpoints" }, "description": "A list of OriginEndpoint records." } ] } } }