Roku · Schema

AgentStreamOption

AgentStreamOption schema from Roku Nabu Cloud

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Properties

Name Type Description
id integer
name string
View JSON Schema on GitHub

JSON Schema

nabu-cloud-agent-stream-option-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-agent-stream-option-schema.json",
  "title": "AgentStreamOption",
  "description": "AgentStreamOption schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "title": "Id"
    },
    "name": {
      "type": "string",
      "title": "Name"
    }
  },
  "required": [
    "id",
    "name"
  ]
}