{ "$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:

For more information, see Configuring Advanced Options.

", "type": "object", "additionalProperties": { "$ref": "#/components/schemas/String" } }