app.beaconbits.venue

beaconbits.app

{
  "id": "app.beaconbits.venue",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Display name of the venue",
            "maxGraphemes": 64
          },
          "osmUri": {
            "type": "string",
            "format": "uri",
            "description": "Link to underlying OpenStreetMap entity (osm://node/123)"
          },
          "address": {
            "type": "string",
            "description": "Human-readable address",
            "maxGraphemes": 256
          },
          "category": {
            "type": "string",
            "description": "Venue category (bar, cafe, restaurant, etc.)",
            "maxGraphemes": 64
          },
          "location": {
            "ref": "community.lexicon.location.geo",
            "type": "ref",
            "description": "Structured location using community lexicon"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the venue was created"
          },
          "addressDetails": {
            "ref": "community.lexicon.location.address",
            "type": "ref",
            "description": "Structured address using community lexicon"
          }
        }
      },
      "description": "A user-created venue definition"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.beaconbits.venue

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@