Roku · JSON Structure

Nabu Cloud Build Source Structure

BuildSource schema from Roku Nabu Cloud

Type: string Properties: 0
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

BuildSource 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-build-source-structure.json",
  "name": "BuildSource",
  "description": "BuildSource schema from Roku Nabu Cloud",
  "type": "string",
  "enum": [
    "pre-merge",
    "main",
    "released",
    "alpha",
    "misc"
  ]
}