{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-list-elasticsearch-versions-response-structure.json", "name": "ListElasticsearchVersionsResponse", "description": " Container for the parameters for response received from ListElasticsearchVersions operation. ", "type": "object", "properties": { "ElasticsearchVersions": { "$ref": "#/components/schemas/ElasticsearchVersionList" }, "NextToken": { "$ref": "#/components/schemas/NextToken" } } }