Amazon Panorama · JSON Structure

Openapi Create Package Response Structure

CreatePackageResponse schema from Amazon Panorama

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

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

Properties

Arn PackageId StorageLocation

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-response-structure.json",
  "name": "CreatePackageResponse",
  "description": "CreatePackageResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodePackageArn"
        },
        {
          "description": "The package's ARN."
        }
      ]
    },
    "PackageId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodePackageId"
        },
        {
          "description": "The package's ID."
        }
      ]
    },
    "StorageLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StorageLocation"
        },
        {
          "description": "The package's storage location."
        }
      ]
    }
  },
  "required": [
    "StorageLocation"
  ]
}