{ "$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-structure.json", "name": "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" } }