{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-describe-packages-response-structure.json",
"name": "DescribePackagesResponse",
"description": " Container for response returned by DescribePackages operation. ",
"type": "object",
"properties": {
"PackageDetailsList": {
"allOf": [
{
"$ref": "#/components/schemas/PackageDetailsList"
},
{
"description": "List of PackageDetails objects."
}
]
},
"NextToken": {
"$ref": "#/components/schemas/String"
}
}
}