PeerTube · Schema

VideoChannelEdit

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
displayName object Channel display name
description object Channel description
support object How to support/fund the channel
View JSON Schema on GitHub

JSON Schema

VideoChannelEdit.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoChannelEdit.json",
  "title": "VideoChannelEdit",
  "properties": {
    "displayName": {
      "description": "Channel display name"
    },
    "description": {
      "description": "Channel description"
    },
    "support": {
      "description": "How to support/fund the channel"
    }
  }
}