Amazon Panorama · JSON Structure

Openapi Describe Package Import Job Response Structure

DescribePackageImportJobResponse schema from Amazon Panorama

Type: object Properties: 11 Required: 9
CamerasComputer VisionEdge MLIndustrial IoT

DescribePackageImportJobResponse is a JSON Structure definition published by Amazon Panorama, describing 11 properties, of which 9 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClientToken CreatedTime InputConfig JobId JobTags JobType LastUpdatedTime Output OutputConfig 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-describe-package-import-job-response-structure.json",
  "name": "DescribePackageImportJobResponse",
  "description": "DescribePackageImportJobResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientToken"
        },
        {
          "description": "The job's client token."
        }
      ]
    },
    "CreatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedTime"
        },
        {
          "description": "When the job was created."
        }
      ]
    },
    "InputConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobInputConfig"
        },
        {
          "description": "The job's input config."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The job's ID."
        }
      ]
    },
    "JobTags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobTagsList"
        },
        {
          "description": "The job's tags."
        }
      ]
    },
    "JobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobType"
        },
        {
          "description": "The job's type."
        }
      ]
    },
    "LastUpdatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastUpdatedTime"
        },
        {
          "description": "When the job was updated."
        }
      ]
    },
    "Output": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobOutput"
        },
        {
          "description": "The job's output."
        }
      ]
    },
    "OutputConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobOutputConfig"
        },
        {
          "description": "The job's output config."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobStatus"
        },
        {
          "description": "The job's status."
        }
      ]
    },
    "StatusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobStatusMessage"
        },
        {
          "description": "The job's status message."
        }
      ]
    }
  },
  "required": [
    "CreatedTime",
    "InputConfig",
    "JobId",
    "JobType",
    "LastUpdatedTime",
    "Output",
    "OutputConfig",
    "Status",
    "StatusMessage"
  ]
}