{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-auto-tune-options-status-structure.json", "name": "AutoTuneOptionsStatus", "description": " Specifies the status of Auto-Tune options for the specified Elasticsearch domain.", "type": "object", "properties": { "Options": { "allOf": [ { "$ref": "#/components/schemas/AutoTuneOptions" }, { "description": " Specifies Auto-Tune options for the specified Elasticsearch domain." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/AutoTuneStatus" }, { "description": " Specifies Status of the Auto-Tune options for the specified Elasticsearch domain." } ] } } }