Amazon Panorama · JSON Structure

Openapi Register Package Version Request Structure

RegisterPackageVersionRequest schema from Amazon Panorama

Type: object Properties: 2
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

MarkLatest OwnerAccount

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-register-package-version-request-structure.json",
  "name": "RegisterPackageVersionRequest",
  "description": "RegisterPackageVersionRequest schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "MarkLatest": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MarkLatestPatch"
        },
        {
          "description": "Whether to mark the new version as the latest version."
        }
      ]
    },
    "OwnerAccount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageOwnerAccount"
        },
        {
          "description": "An owner account."
        }
      ]
    }
  }
}