app.beaconbits.beacon.like

beaconbits.app

{
  "id": "app.beaconbits.beacon.like",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.beaconbits.beacon.like

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:j5ttxzdb5kwo4mcqkmzgvt33
CID
bafyreie232m6jjqbrb67slulgofxuhckze5n4zyiyf7yu7txxhqvlwdsgu
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:j5ttxzdb5kwo4mcqkmzgvt33/com.atproto.lexicon.schema/app.beaconbits.beacon.like

Lexicon Garden

@