app.fitsky.blueskyPost

lexicon.store View official

Documentation

Links a Fitsky workout record to its cross-posted Bluesky post

main record

Links a Fitsky workout record to its cross-posted Bluesky post

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

postUri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

workoutUri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

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

Lexicon Garden

@