Amazon Panorama · JSON Structure

Openapi Latest Device Job Structure

Returns information about the latest device job.

Type: object Properties: 3
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

ImageVersion JobType Status

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-latest-device-job-structure.json",
  "name": "LatestDeviceJob",
  "description": "Returns information about the latest device job.",
  "type": "object",
  "properties": {
    "ImageVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageVersion"
        },
        {
          "description": "The target version of the device software."
        }
      ]
    },
    "JobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobType"
        },
        {
          "description": "The job's type."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateProgress"
        },
        {
          "description": "Status of the latest device job."
        }
      ]
    }
  }
}