app.kimbia.actor.profile

kimbia.app

{
  "id": "app.kimbia.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Profile picture."
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-form bio.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Athlete's display name. Falls back to bsky displayName, then handle.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A Kimbia athlete's public profile (bio, avatar, display name). Falls back to app.bsky.actor.profile when missing."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.kimbia.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gktrthagvfvzkotyr3n2foox
CID
bafyreiczfgkvvthrw2amnnxg2kudmpx2j6nz3uowadqjij4c4zcfwxvnfi
Indexed At
2026-07-19 20:27 UTC
AT-URI
at://did:plc:gktrthagvfvzkotyr3n2foox/com.atproto.lexicon.schema/app.kimbia.actor.profile

Lexicon Garden

@