DeviceType schema from Roku Nabu Cloud
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-device-type-schema.json", "title": "DeviceType", "description": "DeviceType schema from Roku Nabu Cloud", "type": "string", "enum": [ "tv", "stb", "streambar" ] }