Roku · Schema

AppList

Container for the list of installed channels.

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Properties

Name Type Description
apps array
View JSON Schema on GitHub

JSON Schema

external-control-protocol-app-list-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/external-control-protocol-app-list-schema.json",
  "title": "AppList",
  "description": "Container for the list of installed channels.",
  "type": "object",
  "properties": {
    "apps": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/App"
      }
    }
  }
}