app.fitsky.profile

lexicon.store View official

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

Validate Record

Validate a record against app.fitsky.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigdmx2un24gtotczjnrcwjdgoouly3oygdozye4bewkd5c6n5ccxm
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.fitsky.profile

Lexicon Garden

@