{
"id": "app.fitsky.profile",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"bio": {
"type": "string",
"maxLength": 2560,
"description": "FitSky-specific bio text",
"maxGraphemes": 256
},
"banner": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000,
"description": "Custom FitSky banner image. Falls back to Bluesky banner if not set."
},
"heightCm": {
"type": "integer",
"minimum": 0,
"description": "Height in centimeters"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"unitSystem": {
"type": "string",
"maxLength": 64,
"description": "User's preferred unit system",
"knownValues": [
"metric",
"imperial"
]
},
"dateOfBirth": {
"type": "string",
"format": "datetime",
"description": "User's date of birth (ISO 8601). Used for max HR calculation."
},
"weightGrams": {
"type": "integer",
"minimum": 0,
"description": "Weight in grams"
},
"publicProfile": {
"type": "boolean",
"description": "Whether workout detail pages are publicly viewable without authentication"
}
}
},
"description": "A FitSky-specific user profile with custom banner and bio"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:tr7zlhacx3fete5s7cx5tyjd
- CID
-
bafyreigdmx2un24gtotczjnrcwjdgoouly3oygdozye4bewkd5c6n5ccxm
- Indexed At
- 2026-03-10 00:36 UTC
- AT-URI
-
at://did:plc:tr7zlhacx3fete5s7cx5tyjd/com.atproto.lexicon.schema/app.fitsky.profile
Version History (2 versions)