{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-domain-package-status-structure.json", "name": "DomainPackageStatus", "description": "DomainPackageStatus schema from Amazon OpenSearch Service API", "type": "string", "enum": [ "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED" ] }