app.beaconbits.beacon.like

beaconbits.app

Documentation

A like on a beacon

main record

A like on a beacon

Record Key tid Timestamp-based ID

Properties

bskyLikeUri string at-uri Optional

Associated Bluesky like URI (if beacon has a post)

createdAt string datetime Required

Timestamp when the like was created

subject string at-uri Required

AT URI of the beacon being liked

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the beacon being liked"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the like was created"
      },
      "bskyLikeUri": {
        "type": "string",
        "format": "at-uri",
        "description": "Associated Bluesky like URI (if beacon has a post)"
      }
    }
  },
  "description": "A like on a beacon"
}

Lexicon Garden

@