{
"id": "dev.herisson.test.torrent.listing",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"infoHash",
"magnetUri",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 1000,
"description": "Name representing the content of the torrent.",
"maxGraphemes": 160
},
"license": {
"type": "string",
"maxLength": 256
},
"infoHash": {
"type": "string",
"maxLength": 128,
"description": "Torrent infohash"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"magnetUri": {
"type": "string",
"maxLength": 4096,
"description": "Magnet url to download the torrent with a BitTorrent client."
},
"sizeBytes": {
"type": "integer",
"minimum": 0,
"description": "Size in bytes of the torrent."
},
"sourceUrl": {
"type": "string",
"format": "uri",
"maxLength": 4096
},
"contentType": {
"type": "string",
"maxLength": 256,
"knownValues": [
"software",
"dataset",
"archive",
"video",
"audio",
"book",
"moovie",
"other"
]
},
"description": {
"type": "string",
"maxLength": 12000,
"description": "Longer description of the content of the torrent.",
"maxGraphemes": 2000
}
}
},
"description": "A BitTorrent torrent listing."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:kxx74oyie4dx3apzmmd624at
- CID
-
bafyreib4c3sp62eurj5sgoult5trk7bqk6ymdyabiekmdqyiog2tue7tt4
- Indexed At
- 2026-06-23 04:48 UTC
- AT-URI
-
at://did:plc:kxx74oyie4dx3apzmmd624at/com.atproto.lexicon.schema/dev.herisson.test.torrent.listing