social.sket.actor.profile

lexicons.sket.social

{
  "id": "social.sket.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": ""
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": ""
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "description": "",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      },
      "description": ""
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.sket.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4yyodmfofysz4bec2iudgjmt
CID
bafyreibhfhabdolzybxck25x7yqfp2nnifgpzvdr3fmn2mxlq4wov6btra
Indexed At
2026-01-10 11:19 UTC
AT-URI
at://did:plc:4yyodmfofysz4bec2iudgjmt/com.atproto.lexicon.schema/social.sket.actor.profile

Lexicon Garden

@