app.beaconbits.pass

beaconbits.app

{
  "id": "app.beaconbits.pass",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "withDid",
          "venueUri",
          "venueName",
          "receivedCard",
          "passedAt",
          "createdAt"
        ],
        "properties": {
          "withDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the other user in the pass exchange"
          },
          "passedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the pass exchange occurred"
          },
          "venueUri": {
            "type": "string",
            "description": "Venue where the pass exchange happened"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the pass record was written"
          },
          "eventSlug": {
            "type": "string",
            "description": "Optional event identifier associated with the pass",
            "maxGraphemes": 128
          },
          "venueName": {
            "type": "string",
            "description": "Venue display name captured at pass time",
            "maxGraphemes": 128
          },
          "receivedCard": {
            "type": "object",
            "required": [
              "handle"
            ],
            "properties": {
              "handle": {
                "type": "string",
                "description": "Handle snapshot captured from the other user at pass time",
                "maxGraphemes": 256
              }
            }
          },
          "fragmentReceived": {
            "type": "string",
            "description": "Optional fragment identifier awarded during the pass",
            "maxGraphemes": 128
          }
        }
      },
      "description": "A stored pass received from another Beacon Bits user"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.beaconbits.pass

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:j5ttxzdb5kwo4mcqkmzgvt33
CID
bafyreidqnukw3emadp7ybg5gtrfimbuqxswoeagw3s4i7zwjnasjwrr4wa
Indexed At
2026-04-17 00:31 UTC
AT-URI
at://did:plc:j5ttxzdb5kwo4mcqkmzgvt33/com.atproto.lexicon.schema/app.beaconbits.pass

Lexicon Garden

@