{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-list-packages-for-domain-response-structure.json", "name": "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." } ] } } }