{
"id": "app.fitsky.goal",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"metric",
"targetValue",
"period",
"startDate",
"createdAt"
],
"properties": {
"metric": {
"type": "string",
"maxLength": 64,
"knownValues": [
"distance",
"workouts",
"duration",
"pace"
]
},
"period": {
"type": "string",
"maxLength": 64,
"knownValues": [
"weekly",
"monthly",
"yearly"
]
},
"endDate": {
"type": "string",
"format": "datetime"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"startDate": {
"type": "string",
"format": "datetime"
},
"targetValue": {
"type": "integer",
"minimum": 0,
"description": "Target value in base units (meters for distance, seconds for duration, seconds-per-km for pace, count for workouts)"
}
}
},
"description": "A fitness goal to track progress against"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreihtfw7suefpokeaets3dyewpcz3swaqgnwvep5qoiayarusxd5yuu
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.fitsky.goal