{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-list-application-instances-response-schema.json", "title": "ListApplicationInstancesResponse", "description": "ListApplicationInstancesResponse schema from Amazon Panorama", "type": "object", "properties": { "ApplicationInstances": { "allOf": [ { "$ref": "#/components/schemas/ApplicationInstances" }, { "description": "A list of application instances." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A pagination token that's included if more results are available." } ] } } }