{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-dissociate-package-response-structure.json", "name": "DissociatePackageResponse", "description": " Container for response returned by DissociatePackage operation. ", "type": "object", "properties": { "DomainPackageDetails": { "allOf": [ { "$ref": "#/components/schemas/DomainPackageDetails" }, { "description": "DomainPackageDetails" } ] } } }