{ "$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 } } } }