Amazon Panorama · Schema

DesiredState

DesiredState schema from Amazon Panorama

CamerasComputer VisionEdge MLIndustrial IoT
View JSON Schema on GitHub

JSON Schema

openapi-desired-state-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-desired-state-schema.json",
  "title": "DesiredState",
  "description": "DesiredState schema from Amazon Panorama",
  "type": "string",
  "enum": [
    "RUNNING",
    "STOPPED",
    "REMOVED"
  ]
}