org.4906.temp.profile

4906.org

{
  "id": "org.4906.temp.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Small image to be displayed next to messages from account. AKA, 'profile picture'"
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Larger horizontal image to display behind profile view."
          },
          "website": {
            "type": "string",
            "format": "uri"
          },
          "pronouns": {
            "type": "string",
            "maxLength": 200,
            "description": "Free-form pronouns text.",
            "maxGraphemes": 20
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-form profile description text.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      },
      "description": "A declaration of a Nominal account profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.4906.temp.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:3qkcles2iorrfuzncbm2xgd2
CID
bafyreig243fc62s7gtrzpuiqzhlkftex5zpxklo4gpsrnz5rjst27kxdy4
Indexed At
2026-02-26 13:01 UTC
AT-URI
at://did:plc:3qkcles2iorrfuzncbm2xgd2/com.atproto.lexicon.schema/org.4906.temp.profile

Lexicon Garden

@