{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-option-state-structure.json", "name": "OptionState", "description": "

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

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