Amazon Panorama · JSON Structure

Openapi Create Package Import Job Response Structure

CreatePackageImportJobResponse schema from Amazon Panorama

Type: object Properties: 1 Required: 1
CamerasComputer VisionEdge MLIndustrial IoT

CreatePackageImportJobResponse is a JSON Structure definition published by Amazon Panorama, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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-create-package-import-job-response-structure.json",
  "name": "CreatePackageImportJobResponse",
  "description": "CreatePackageImportJobResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The job's ID."
        }
      ]
    }
  },
  "required": [
    "JobId"
  ]
}