social.clippr.actor.profile

clippr.social

{
  "id": "social.clippr.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "displayName"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Image to show on user's profiles"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The creation date of the profile"
          },
          "description": {
            "type": "string",
            "maxLength": 5000,
            "description": "Text for user to describe themselves",
            "maxGraphemes": 500
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "A display name to be shown on a profile",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A declaration of a Clippr account's profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:clippr.social
CID
bafyreiayvxnf4stnedbtfemhb5wlhgxm5stcpgyeb3zpsf3v3i7d3wfai4
Indexed At
2026-02-13 14:20 UTC
AT-URI
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.actor.profile

Lexicon Garden

@