Roku · JSON Structure

Nabu Cloud Device Status Structure

DeviceStatus schema from Roku Nabu Cloud

Type: string Properties: 0
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

DeviceStatus is a JSON Structure definition published by Roku. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/roku/refs/heads/main/json-structure/nabu-cloud-device-status-structure.json",
  "name": "DeviceStatus",
  "description": "DeviceStatus schema from Roku Nabu Cloud",
  "type": "string",
  "enum": [
    "shutdown",
    "pending",
    "running"
  ]
}