PeerTube · Schema

VideoLicenceSet

licence id of the video (see [/videos/licences](#operation/getLicences))

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoLicenceSet.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoLicenceSet.json",
  "title": "VideoLicenceSet",
  "type": "integer",
  "description": "licence id of the video (see [/videos/licences](#operation/getLicences))",
  "example": 2
}