app.beaconbits.bookmark.item

beaconbits.app

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

Validate Record

Validate a record against app.beaconbits.bookmark.item

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@