Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atprotofans.getSupporters

atprotofans.com

{
  "id": "com.atprotofans.getSupporters",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest",
          "description": "Invalid DID format."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "supporters"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Pagination cursor for fetching the next page of results."
            },
            "supporters": {
              "type": "array",
              "items": {
                "ref": "com.atprotofans.hydratedProfile",
                "type": "ref"
              },
              "description": "List of supporter profiles."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subject"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of supporters to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor for fetching additional results."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the subject to get supporters for."
          }
        }
      },
      "description": "Get a paginated list of supporters for a subject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atprotofans.getSupporters

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7ewx3bksukdk6a4vycoykhhw
CID
bafyreib2ldttljhcwlcit57qh7absudjz5vycnaezgos4ytlkdaw2uyo2m
Indexed At
2026-01-10 11:24 UTC
AT-URI
at://did:plc:7ewx3bksukdk6a4vycoykhhw/com.atproto.lexicon.schema/com.atprotofans.getSupporters

Referenced Schemas (1)

Lexicon Garden

@