{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-describe-packages-response-schema.json", "title": "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" } } }