{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-update-package-response-schema.json", "title": "UpdatePackageResponse", "description": " Container for response returned by UpdatePackage operation. ", "type": "object", "properties": { "PackageDetails": { "allOf": [ { "$ref": "#/components/schemas/PackageDetails" }, { "description": "Information about the package PackageDetails." } ] } } }