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