DeploymentStatus schema from Amazon OpenSearch Service API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-deployment-status-schema.json", "title": "DeploymentStatus", "description": "DeploymentStatus schema from Amazon OpenSearch Service API", "type": "string", "enum": [ "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE" ] }