Amazon Panorama · JSON Structure

Openapi Manifest Payload Structure

A application verion's manifest file. This is a JSON document that has a single key (PayloadData) where the value is an escaped string representation of the application manifest (graph.json). This file is located in the graphs folder in your application source.

Type: object Properties: 1
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

PayloadData

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-manifest-payload-structure.json",
  "name": "ManifestPayload",
  "description": "A application verion's manifest file. This is a JSON document that has a single key (<code>PayloadData</code>) where the value is an escaped string representation of the application manifest (<code>graph.json</code>). This file is located in the <code>graphs</code> folder in your application source.",
  "type": "object",
  "properties": {
    "PayloadData": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManifestPayloadData"
        },
        {
          "description": "The application manifest."
        }
      ]
    }
  }
}