Amazon Panorama · Schema

AlternateSoftwareMetadata

Details about a beta appliance software update.

CamerasComputer VisionEdge MLIndustrial IoT

Properties

Name Type Description
Version object
View JSON Schema on GitHub

JSON Schema

openapi-alternate-software-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-alternate-software-metadata-schema.json",
  "title": "AlternateSoftwareMetadata",
  "description": "Details about a beta appliance software update.",
  "type": "object",
  "properties": {
    "Version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The appliance software version."
        }
      ]
    }
  }
}