Amazon Panorama · JSON Structure

Openapi Update Device Metadata Request Structure

UpdateDeviceMetadataRequest schema from Amazon Panorama

Type: object Properties: 1
CamerasComputer VisionEdge MLIndustrial IoT

UpdateDeviceMetadataRequest 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

Description

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-update-device-metadata-request-structure.json",
  "name": "UpdateDeviceMetadataRequest",
  "description": "UpdateDeviceMetadataRequest schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "A description for the device."
        }
      ]
    }
  }
}