{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-structure/openapi-list-packages-response-structure.json", "name": "ListPackagesResponse", "description": "ListPackagesResponse schema from Amazon Panorama", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A pagination token that's included if more results are available." } ] }, "Packages": { "allOf": [ { "$ref": "#/components/schemas/PackageList" }, { "description": "A list of packages." } ] } } }