town.laugh.user.suggest.venue

laugh.town

{
  "id": "town.laugh.user.suggest.venue",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "link",
          "createdAt"
        ],
        "properties": {
          "link": {
            "type": "string",
            "maxLength": 1024,
            "description": "Website, social profile, or Wikipedia page"
          },
          "name": {
            "type": "string",
            "maxLength": 256,
            "description": "Venue name"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of when the suggestion was created"
          }
        }
      },
      "description": "User suggestion for a venue to add to the database"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.laugh.user.suggest.venue

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k6owgpe2rkkchoiivxhzp2t4
CID
bafyreicd6ay5kur63tfpzawl2mx52qqk7m2uac4loijup3bvhfoitaf3xm
Indexed At
2026-06-12 22:01 UTC
AT-URI
at://did:plc:k6owgpe2rkkchoiivxhzp2t4/com.atproto.lexicon.schema/town.laugh.user.suggest.venue

Lexicon Garden

@