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

com.atprotofans.getProfile

atprotofans.com

{
  "id": "com.atprotofans.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest",
          "description": "Invalid DID format."
        },
        {
          "name": "ProfileNotFound",
          "description": "No profile found for the given DID."
        }
      ],
      "output": {
        "schema": {
          "ref": "com.atprotofans.hydratedProfile",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subject"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the subject to get the profile for."
          }
        }
      },
      "description": "Get a creator profile by DID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atprotofans.getProfile

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@