PeerTube · Schema

PlayerThemeVideoSetting

Player theme setting for a video: - `channel-default` Use the channel default theme - `instance-default` Use the instance default theme - `galaxy` Use the galaxy theme - `lucide` Use the lucide theme

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

PlayerThemeVideoSetting.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/PlayerThemeVideoSetting.json",
  "title": "PlayerThemeVideoSetting",
  "type": "string",
  "enum": [
    "channel-default",
    "instance-default",
    "galaxy",
    "lucide"
  ],
  "description": "Player theme setting for a video:\n  - `channel-default` Use the channel default theme\n  - `instance-default` Use the instance default theme\n  - `galaxy` Use the galaxy theme\n  - `lucide` Use the lucide theme\n"
}