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