{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-purchase-reserved-elasticsearch-instance-offering-response-schema.json", "title": "PurchaseReservedElasticsearchInstanceOfferingResponse", "description": "Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.", "type": "object", "properties": { "ReservedElasticsearchInstanceId": { "allOf": [ { "$ref": "#/components/schemas/GUID" }, { "description": "Details of the reserved Elasticsearch instance which was purchased." } ] }, "ReservationName": { "allOf": [ { "$ref": "#/components/schemas/ReservationToken" }, { "description": "The customer-specified identifier used to track this reservation." } ] } } }