PeerTube · Schema

MRSSPeerLink

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
href string
type string
View JSON Schema on GitHub

JSON Schema

MRSSPeerLink.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/MRSSPeerLink.json",
  "title": "MRSSPeerLink",
  "type": "object",
  "xml": {
    "name": "media:peerLink"
  },
  "properties": {
    "href": {
      "type": "string",
      "xml": {
        "attribute": true
      }
    },
    "type": {
      "type": "string",
      "enum": [
        "application/x-bittorrent"
      ],
      "xml": {
        "attribute": true
      }
    }
  }
}