{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-describe-reserved-elasticsearch-instances-response-structure.json", "name": "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." } ] } } }