PeerTube · Schema

PlayerVideoSettings

Player settings for a video

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
theme object
View JSON Schema on GitHub

JSON Schema

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