{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-list-endpoints-response-schema.json", "title": "ListEndpointsResponse", "description": "ListEndpointsResponse schema", "type": "object", "properties": { "EndpointPropertiesList": { "allOf": [ { "$ref": "#/components/schemas/EndpointPropertiesList" }, { "description": "Displays a list of endpoint properties being retrieved by the service in response to the request." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Identifies the next page of results to return." } ] } } }