is.logue.actor.profile

logue.is

{
  "id": "is.logue.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "profile picture"
          },
          "website": {
            "type": "string",
            "format": "uri",
            "description": "Personal website URL."
          },
          "pronouns": {
            "type": "string",
            "maxLength": 200,
            "description": "Free-form pronouns text.",
            "maxGraphemes": 20
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of when the profile was created."
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-form profile description text.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Display name for the user on Logue.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A declaration of an Logue user profile"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against is.logue.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6xpq2upvl7j6p3ct6rgbb4pd
CID
bafyreifwrq6bjjkgxn6sprebu5vt2dz26kkalizxfkj4spnpbphae2rnhy
Indexed At
2026-07-22 21:47 UTC
AT-URI
at://did:plc:6xpq2upvl7j6p3ct6rgbb4pd/com.atproto.lexicon.schema/is.logue.actor.profile

Lexicon Garden

@