PeerTube · Schema

Thumbnail

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
fileUrl string
width integer
height integer
aspectRatio string
View JSON Schema on GitHub

JSON Schema

Thumbnail.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/Thumbnail.json",
  "title": "Thumbnail",
  "properties": {
    "fileUrl": {
      "type": "string"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    },
    "aspectRatio": {
      "type": "string",
      "example": "16:9"
    }
  }
}