{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-advanced-options-status-structure.json", "name": "AdvancedOptionsStatus", "description": "

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

For more information, see Configuring Advanced Options.

", "type": "object", "properties": { "Options": { "allOf": [ { "$ref": "#/components/schemas/AdvancedOptions" }, { "description": " Specifies the status of advanced options for the specified Elasticsearch domain." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/OptionStatus" }, { "description": " Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain." } ] } }, "required": [ "Options", "Status" ] }