quest.sableye.magnet.entry

matt.evil.gay

{
  "id": "quest.sableye.magnet.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "magnetUri",
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 512,
            "description": "Display name / title for the torrent.",
            "maxGraphemes": 256
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 128,
              "maxGraphemes": 64
            },
            "maxLength": 16,
            "description": "Categorization tags."
          },
          "infoHash": {
            "type": "string",
            "maxLength": 64,
            "description": "The info hash extracted from the magnet URI, hex-encoded."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "fileCount": {
            "type": "integer",
            "description": "Number of files in the torrent, if known."
          },
          "magnetUri": {
            "type": "string",
            "maxLength": 2048,
            "description": "The magnet URI (magnet:?xt=urn:btih:...)"
          },
          "sizeBytes": {
            "type": "integer",
            "description": "Total size in bytes, if known."
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional longer description.",
            "maxGraphemes": 5000
          },
          "torrentFile": {
            "type": "blob",
            "accept": [
              "application/x-bittorrent",
              "application/octet-stream"
            ],
            "maxSize": 5242880,
            "description": "Optional .torrent file stored on the author's PDS."
          }
        }
      },
      "description": "A magnet link entry in the Sableye tracker index."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against quest.sableye.magnet.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tas6hj2xjrqben5653v5kohk
CID
bafyreiglcad6guan5k2tzwgnm3efajd73osabn5u63ditd7wb4q33hpqqm
Indexed At
2026-04-21 23:03 UTC
AT-URI
at://did:plc:tas6hj2xjrqben5653v5kohk/com.atproto.lexicon.schema/quest.sableye.magnet.entry

Lexicon Garden

@