{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-advanced-options-status-schema.json", "title": "AdvancedOptionsStatus", "description": "
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.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 ofOptionStatus for advanced options for the specified Elasticsearch domain."
}
]
}
},
"required": [
"Options",
"Status"
]
}