Roku · JSON Structure

External Control Protocol App List Structure

Container for the list of installed channels.

Type: object Properties: 1
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

AppList is a JSON Structure definition published by Roku, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

apps

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