app.beaconbits.bookmark.item

beaconbits.app

Documentation

A saved venue bookmark

main record

A saved venue bookmark

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp when the bookmark was created

folderUri string at-uri Optional

Reference to a bookmark folder

notes string Optional

User notes about the bookmark

maxGraphemes: 280 graphemes
venueAddress string Optional

Human-readable address

maxGraphemes: 256 graphemes
venueCategory string Optional

Category classification

maxGraphemes: 64 graphemes
venueName string Required

Display name of the venue

maxGraphemes: 128 graphemes
venueUri string Required

URI identifier for the venue (typically OSM URI)

maxGraphemes: 512 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "venueUri",
      "venueName",
      "createdAt"
    ],
    "properties": {
      "notes": {
        "type": "string",
        "description": "User notes about the bookmark",
        "maxGraphemes": 280
      },
      "location": {
        "ref": "community.lexicon.location.geo",
        "type": "ref",
        "description": "Structured location using community lexicon"
      },
      "venueUri": {
        "type": "string",
        "description": "URI identifier for the venue (typically OSM URI)",
        "maxGraphemes": 512
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the bookmark was created"
      },
      "folderUri": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference to a bookmark folder"
      },
      "venueName": {
        "type": "string",
        "description": "Display name of the venue",
        "maxGraphemes": 128
      },
      "venueAddress": {
        "type": "string",
        "description": "Human-readable address",
        "maxGraphemes": 256
      },
      "venueCategory": {
        "type": "string",
        "description": "Category classification",
        "maxGraphemes": 64
      },
      "addressDetails": {
        "ref": "community.lexicon.location.address",
        "type": "ref",
        "description": "Structured address using community lexicon"
      }
    }
  },
  "description": "A saved venue bookmark"
}

Lexicon Garden

@