{ "$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-schema.json", "title": "AdvancedOptions", "description": "
Exposes select native Elasticsearch configuration values from elasticsearch.yml. 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", "additionalProperties": { "$ref": "#/components/schemas/String" } }