Roku · JSON Structure

Nabu Cloud Device Type Structure

DeviceType schema from Roku Nabu Cloud

Type: string Properties: 0
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

DeviceType 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-type-structure.json",
  "name": "DeviceType",
  "description": "DeviceType schema from Roku Nabu Cloud",
  "type": "string",
  "enum": [
    "tv",
    "stb",
    "streambar"
  ]
}