Amazon Panorama · JSON Structure

Openapi Delete Device Response Structure

DeleteDeviceResponse schema from Amazon Panorama

Type: object Properties: 1
CamerasComputer VisionEdge MLIndustrial IoT

DeleteDeviceResponse 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

DeviceId

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-delete-device-response-structure.json",
  "name": "DeleteDeviceResponse",
  "description": "DeleteDeviceResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "DeviceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceId"
        },
        {
          "description": "The device's ID."
        }
      ]
    }
  }
}