Amazon Panorama · JSON Structure

Openapi List Packages Response Structure

ListPackagesResponse schema from Amazon Panorama

Type: object Properties: 2
CamerasComputer VisionEdge MLIndustrial IoT

ListPackagesResponse is a JSON Structure definition published by Amazon Panorama, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken Packages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}