app.bivri.actor.profile

lexicons.bivri.app

{
  "id": "app.bivri.actor.profile",
  "defs": {
    "link": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "description": "Target of the link."
        },
        "title": {
          "type": "string",
          "maxLength": 320,
          "description": "Label shown for the link.",
          "maxGraphemes": 32
        }
      }
    },
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-form profile description text.",
            "maxGraphemes": 256
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "#link",
              "type": "ref"
            },
            "maxLength": 10,
            "description": "External links the member publishes on their profile."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Small image displayed next to the member's artworks and comments."
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Larger horizontal image displayed behind the profile view."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp of the last edit to this record."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Name shown in place of the handle.",
            "maxGraphemes": 64
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A declaration of a Bivri member profile."
}

Validate Record

Validate a record against app.bivri.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreielj7arnsb7dsv7l3jmrs5qw6dge7cc4di5f4uczlrpbilbaamjoa
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.actor.profile

Lexicon Garden

@