io.whiteside.profile

whiteside.io

{
  "id": "io.whiteside.profile",
  "defs": {
    "main": {
      "key": "literal:bio",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "heading",
          "content",
          "updatedAt"
        ],
        "properties": {
          "content": {
            "type": "string",
            "maxLength": 5000,
            "description": "Profile content in plain text or markdown format"
          },
          "heading": {
            "type": "string",
            "maxLength": 200,
            "description": "Profile section heading (e.g. 'Hey, I'm John')"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Last update timestamp in ISO 8601 format"
          }
        }
      },
      "description": "Profile information (bio, skills, etc.)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.whiteside.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:voaulu4vdmpdwevimf4i6lnj
CID
bafyreib7kp7pbdd2l5jspqhwgb7nae4risip25e7durb76qwxrlvfippmq
Indexed At
2026-02-13 13:56 UTC
AT-URI
at://did:plc:voaulu4vdmpdwevimf4i6lnj/com.atproto.lexicon.schema/io.whiteside.profile

Lexicon Garden

@