quest.sableye.magnet.listEntries

matt.evil.gay

{
  "id": "quest.sableye.magnet.listEntries",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "entries"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "entries": {
              "type": "array",
              "items": {
                "ref": "#entryView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "q": {
            "type": "string",
            "description": "Search query (searches name and description)."
          },
          "tag": {
            "type": "string",
            "description": "Filter by tag."
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of results."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor."
          }
        }
      },
      "description": "List and search magnet entries."
    },
    "entryView": {
      "type": "object",
      "required": [
        "uri",
        "did",
        "rkey",
        "magnetUri",
        "name",
        "createdAt",
        "indexedAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "rkey": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "infoHash": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "fileCount": {
          "type": "integer"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        },
        "magnetUri": {
          "type": "string"
        },
        "sizeBytes": {
          "type": "integer"
        },
        "description": {
          "type": "string"
        },
        "torrentFile": {
          "type": "blob",
          "description": "Optional .torrent file on the author's PDS (same shape as record field)."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against quest.sableye.magnet.listEntries

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@