{
"id": "town.laugh.db.room",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"venue",
"name",
"slug",
"origin",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"description": "Room or stage name"
},
"slug": {
"type": "string",
"description": "URL routing slug (mutable)"
},
"venue": {
"type": "string",
"format": "at-uri",
"description": "AT-URI reference to the town.laugh.db.venue record"
},
"origin": {
"type": "string",
"description": "Where this record came from",
"knownValues": [
"scraped",
"native",
"atproto"
]
},
"capacity": {
"type": "integer",
"description": "Seating capacity of the room"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of record creation"
},
"description": {
"type": "array",
"items": {
"ref": "town.laugh.db.defs#localizedText",
"type": "ref"
},
"description": "Room description, one entry per language"
}
}
},
"description": "A room or stage within a venue"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:k6owgpe2rkkchoiivxhzp2t4
- CID
-
bafyreibuvcejffw3lb235jk57n6tvwg3xeqmwaxi3frtsaqwrnu32fruia
- Indexed At
- 2026-06-12 22:01 UTC
- AT-URI
-
at://did:plc:k6owgpe2rkkchoiivxhzp2t4/com.atproto.lexicon.schema/town.laugh.db.room
Referenced Schemas (1)
-
town.laugh.db.defs#localizedText