PeerTube · Schema

PlayerChannelSettingsUpdate

Player settings update for a channel

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
theme object
View JSON Schema on GitHub

JSON Schema

PlayerChannelSettingsUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/PlayerChannelSettingsUpdate.json",
  "title": "PlayerChannelSettingsUpdate",
  "type": "object",
  "properties": {
    "theme": {
      "$ref": "#/components/schemas/PlayerThemeChannelSetting"
    }
  },
  "required": [
    "theme"
  ],
  "description": "Player settings update for a channel"
}