{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-upgrade-status-schema.json", "title": "UpgradeStatus", "description": "UpgradeStatus schema from Amazon OpenSearch Service API", "type": "string", "enum": [ "IN_PROGRESS", "SUCCEEDED", "SUCCEEDED_WITH_ISSUES", "FAILED" ] }