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
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."
}