app.kimbia.actor.profile

kimbia.app

Documentation

A Kimbia athlete's public profile (bio, avatar, display name). Falls back to app.bsky.actor.profile when missing.

main record

A Kimbia athlete's public profile (bio, avatar, display name). Falls back to app.bsky.actor.profile when missing.

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

Profile picture.

maxSize: 1.0 MB
description string Optional

Free-form bio.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
displayName string Optional

Athlete's display name. Falls back to bsky displayName, then handle.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "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."
}

Lexicon Garden

@