Amazon Panorama · JSON Structure

Openapi Device Job Config Structure

A job's configuration.

Type: object Properties: 1
CamerasComputer VisionEdge MLIndustrial IoT

DeviceJobConfig 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

OTAJobConfig

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-device-job-config-structure.json",
  "name": "DeviceJobConfig",
  "description": "A job's configuration.",
  "type": "object",
  "properties": {
    "OTAJobConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OTAJobConfig"
        },
        {
          "description": "A configuration for an over-the-air (OTA) upgrade. Required for OTA jobs."
        }
      ]
    }
  }
}