{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-describe-reserved-elasticsearch-instances-response-schema.json", "title": "DescribeReservedElasticsearchInstancesResponse", "description": "Container for results from DescribeReservedElasticsearchInstances", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Provides an identifier to allow retrieval of paginated results." } ] }, "ReservedElasticsearchInstances": { "allOf": [ { "$ref": "#/components/schemas/ReservedElasticsearchInstanceList" }, { "description": "List of reserved Elasticsearch instances." } ] } } }