PeerTube · Schema

VideoLanguageSet

language id of the video (see [/videos/languages](#operation/getLanguages))

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoLanguageSet.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoLanguageSet.json",
  "title": "VideoLanguageSet",
  "type": "string",
  "description": "language id of the video (see [/videos/languages](#operation/getLanguages))",
  "example": "en"
}