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

com.atprotofans.hydratedProfile

atprotofans.com

{
  "id": "com.atprotofans.hydratedProfile",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "DID of the profile owner."
        },
        "avatar": {
          "type": "blob",
          "accept": [
            "image/png",
            "image/jpeg",
            "image/webp"
          ],
          "maxSize": 1000000,
          "description": "Avatar image blob reference."
        },
        "banner": {
          "type": "blob",
          "accept": [
            "image/png",
            "image/jpeg",
            "image/webp"
          ],
          "maxSize": 1000000,
          "description": "Banner image blob reference."
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "app.bsky.richtext.facet",
            "type": "ref"
          },
          "description": "Rich text facets for description annotations."
        },
        "handle": {
          "type": "string",
          "format": "handle",
          "description": "Handle of the profile owner."
        },
        "description": {
          "type": "string",
          "maxLength": 2560,
          "description": "Profile bio/description with optional rich text.",
          "maxGraphemes": 256
        },
        "displayName": {
          "type": "string",
          "maxLength": 640,
          "description": "Display name for the profile.",
          "maxGraphemes": 64
        },
        "supporterCount": {
          "type": "integer",
          "description": "Number of supporters for this profile."
        },
        "acceptingSupporters": {
          "type": "boolean",
          "description": "Whether the identity is currently accepting new supporters."
        }
      },
      "description": "A hydrated identity profile with computed fields."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atprotofans.hydratedProfile

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@