Roku · JSON Structure

Nabu Cloud Agent Stream Option Structure

AgentStreamOption schema from Roku Nabu Cloud

Type: object Properties: 2 Required: 2
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

AgentStreamOption is a JSON Structure definition published by Roku, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

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-agent-stream-option-structure.json",
  "name": "AgentStreamOption",
  "description": "AgentStreamOption schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "title": "Id"
    },
    "name": {
      "type": "string",
      "title": "Name"
    }
  },
  "required": [
    "id",
    "name"
  ]
}