PeerTube · Schema

CustomHomepage

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
content string
View JSON Schema on GitHub

JSON Schema

CustomHomepage.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/CustomHomepage.json",
  "title": "CustomHomepage",
  "properties": {
    "content": {
      "type": "string"
    }
  }
}