PeerTube · Schema

VideoPlaylistTypeSet

The video playlist type (Regular = `1`, Watch Later = `2`)

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoPlaylistTypeSet.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoPlaylistTypeSet.json",
  "title": "VideoPlaylistTypeSet",
  "type": "integer",
  "enum": [
    1,
    2
  ],
  "description": "The video playlist type (Regular = `1`, Watch Later = `2`)"
}