com.cultureblocs.venue.profile

cultureblocs.com

{
  "id": "com.cultureblocs.venue.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxGraphemes": 300
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 64
            },
            "maxLength": 8
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "com.cultureblocs.defs#linkRef",
              "type": "ref"
            },
            "maxLength": 8,
            "description": "Website, socials, ticketing, listings page."
          },
          "place": {
            "ref": "com.cultureblocs.defs#placeRef",
            "type": "ref",
            "description": "Where it is. Venues are public places: geo precision here is normally 'exact'."
          },
          "address": {
            "type": "string",
            "maxGraphemes": 500
          },
          "capacity": {
            "type": "integer",
            "description": "Approximate standing/seated capacity. Small venues are repeatedly asked for this by funders and licensing."
          },
          "location": {
            "refs": [
              "community.lexicon.location.address",
              "community.lexicon.location.geo",
              "community.lexicon.location.fsq",
              "community.lexicon.location.hthree"
            ],
            "type": "union",
            "description": "Where the venue is, using the shared location objects of the open social web so other apps understand it. Preferred over the legacy `place`/`address` fields."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was first stamped. The only immutable field: everything else may be revised by publishing a new commit."
          },
          "description": {
            "type": "string",
            "maxGraphemes": 2000
          },
          "externalIds": {
            "type": "array",
            "items": {
              "ref": "com.cultureblocs.defs#externalId",
              "type": "ref"
            },
            "maxLength": 20,
            "description": "Wikidata, MusicBrainz place, charity or company number."
          },
          "accessibility": {
            "type": "string",
            "description": "Freeform access notes: step-free entry, accessible toilet, hearing loop, quiet room.",
            "maxGraphemes": 1000
          }
        }
      },
      "description": "A venue or organiser as a publishing party: the small amount a grassroots space needs to be findable and pointable-at. Publishing this does not make the venue an audience-data platform — audiences publish their own beads referencing the venue's listings, and the venue reads public references. Nothing about an attendee is ever collected here. Events at this venue are published as community.lexicon.calendar.event records; this profile carries what a venue needs that an event does not — capacity and access, which funders and licensing ask for."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.cultureblocs.venue.profile

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

Metadata

DID
did:plc:l3726um33xesakwqhjkkpoet
CID
bafyreifvds3w4yfpsyxiy5eqnxozvzey3ejjtrbvvbn7czg6x5r6qighvq
Indexed At
2026-08-05 15:09 UTC
AT-URI
at://did:plc:l3726um33xesakwqhjkkpoet/com.atproto.lexicon.schema/com.cultureblocs.venue.profile

Version History (2 versions)

Referenced Schemas (7)

Lexicon Garden

@