Links a Fitsky workout record to its cross-posted Bluesky post
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"workoutUri",
"postUri",
"createdAt"
],
"properties": {
"postUri": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"workoutUri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Links a Fitsky workout record to its cross-posted Bluesky post"
}