club.syntax.actor.profile

syntax.club

{
  "id": "club.syntax.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Profile picture."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record creation timestamp."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Last profile update timestamp."
          },
          "description": {
            "type": "string",
            "description": "Optional profile description.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A declaration of a Syntax Club account profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against club.syntax.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vwcdvcrlwwvfs4bfmevarcz5
CID
bafyreih3ku7jmsvcpxiwlyqflz2aovleriuzkzsgnnam3et4lgobnooe74
Indexed At
2026-07-26 20:15 UTC
AT-URI
at://did:plc:vwcdvcrlwwvfs4bfmevarcz5/com.atproto.lexicon.schema/club.syntax.actor.profile

Lexicon Garden

@