Amazon Panorama · JSON Structure

Openapi Package Version Output Config Structure

A package version output configuration.

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

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

Properties

MarkLatest PackageName PackageVersion

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-package-version-output-config-structure.json",
  "name": "PackageVersionOutputConfig",
  "description": "A package version output configuration.",
  "type": "object",
  "properties": {
    "MarkLatest": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MarkLatestPatch"
        },
        {
          "description": "Indicates that the version is recommended for all users."
        }
      ]
    },
    "PackageName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodePackageName"
        },
        {
          "description": "The output's package name."
        }
      ]
    },
    "PackageVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodePackageVersion"
        },
        {
          "description": "The output's package version."
        }
      ]
    }
  },
  "required": [
    "PackageName",
    "PackageVersion"
  ]
}