Amazon Panorama · JSON Structure

Openapi Package Import Job Structure

A job to import a package version.

Type: object Properties: 6
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

CreatedTime JobId JobType LastUpdatedTime Status StatusMessage

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-package-import-job-structure.json",
  "name": "PackageImportJob",
  "description": "A job to import a package version.",
  "type": "object",
  "properties": {
    "CreatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedTime"
        },
        {
          "description": "When the job was created."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The job's ID."
        }
      ]
    },
    "JobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobType"
        },
        {
          "description": "The job's type."
        }
      ]
    },
    "LastUpdatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastUpdatedTime"
        },
        {
          "description": "When the job was updated."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobStatus"
        },
        {
          "description": "The job's status."
        }
      ]
    },
    "StatusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobStatusMessage"
        },
        {
          "description": "The job's status message."
        }
      ]
    }
  }
}