Roku · JSON Structure

External Control Protocol Active App Structure

Currently active app or screensaver/home if none.

Type: object Properties: 2
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

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

Properties

app screensaver

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-active-app-structure.json",
  "name": "ActiveApp",
  "description": "Currently active app or screensaver/home if none.",
  "type": "object",
  "properties": {
    "app": {
      "$ref": "#/components/schemas/App"
    },
    "screensaver": {
      "$ref": "#/components/schemas/App"
    }
  }
}