pub.quizzy.profile

quizzy.pub

{
  "id": "pub.quizzy.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1500000,
            "description": "Small image to be displayed near the account handle. AKA, 'profile picture'"
          },
          "avatarAlt": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-form profile description text.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      },
      "description": "Details about this person's account"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xdx57nwdfr6pxfucv5cm6lv
CID
bafyreifndxvzdne662j3xb7bgiag27tbnybrwj3qcag3ez4jq472rtnflu
Indexed At
2026-02-13 14:03 UTC
AT-URI
at://did:plc:2xdx57nwdfr6pxfucv5cm6lv/com.atproto.lexicon.schema/pub.quizzy.profile

Lexicon Garden

@