Amazon Panorama · JSON Structure

Openapi Create Package Request Structure

CreatePackageRequest schema from Amazon Panorama

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

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

Properties

PackageName Tags

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-request-structure.json",
  "name": "CreatePackageRequest",
  "description": "CreatePackageRequest schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "PackageName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodePackageName"
        },
        {
          "description": "A name for the package."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "Tags for the package."
        }
      ]
    }
  },
  "required": [
    "PackageName"
  ]
}