{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-list-packages-for-domain-response-schema.json",
"title": "ListPackagesForDomainResponse",
"description": " Container for response parameters to ListPackagesForDomain operation. ",
"type": "object",
"properties": {
"DomainPackageDetailsList": {
"allOf": [
{
"$ref": "#/components/schemas/DomainPackageDetailsList"
},
{
"description": "List of DomainPackageDetails objects."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Pagination token that needs to be supplied to the next call to get the next page of results."
}
]
}
}
}