Amazon Panorama · JSON Structure

Openapi Job Structure

A job for a device.

Type: object Properties: 2
CamerasComputer VisionEdge MLIndustrial IoT

Job 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

DeviceId JobId

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-job-structure.json",
  "name": "Job",
  "description": "A job for a device.",
  "type": "object",
  "properties": {
    "DeviceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceId"
        },
        {
          "description": "The target device's ID."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The job's ID."
        }
      ]
    }
  }
}