Amazon Panorama · JSON Structure

Openapi Alternate Software Metadata Structure

Details about a beta appliance software update.

Type: object Properties: 1
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

Version

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-alternate-software-metadata-structure.json",
  "name": "AlternateSoftwareMetadata",
  "description": "Details about a beta appliance software update.",
  "type": "object",
  "properties": {
    "Version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The appliance software version."
        }
      ]
    }
  }
}