{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-option-state-schema.json", "title": "OptionState", "description": "

The state of a requested change. One of the following:

", "type": "string", "enum": [ "RequiresIndexDocuments", "Processing", "Active" ] }