Amazon Panorama · JSON Structure

Openapi Create Package Import Job Request Structure

CreatePackageImportJobRequest schema from Amazon Panorama

Type: object Properties: 5 Required: 4
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

ClientToken InputConfig JobTags JobType OutputConfig

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-create-package-import-job-request-structure.json",
  "name": "CreatePackageImportJobRequest",
  "description": "CreatePackageImportJobRequest schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientToken"
        },
        {
          "description": "A client token for the package import job."
        }
      ]
    },
    "InputConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobInputConfig"
        },
        {
          "description": "An input config for the package import job."
        }
      ]
    },
    "JobTags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobTagsList"
        },
        {
          "description": "Tags for the package import job."
        }
      ]
    },
    "JobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobType"
        },
        {
          "description": "A job type for the package import job."
        }
      ]
    },
    "OutputConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageImportJobOutputConfig"
        },
        {
          "description": "An output config for the package import job."
        }
      ]
    }
  },
  "required": [
    "ClientToken",
    "InputConfig",
    "JobType",
    "OutputConfig"
  ]
}