town.laugh.db.defs

laugh.town

{
  "id": "town.laugh.db.defs",
  "defs": {
    "performer": {
      "type": "object",
      "required": [
        "comedian"
      ],
      "properties": {
        "role": {
          "type": "string",
          "description": "Role on the bill, e.g. headliner, host, feature"
        },
        "comedian": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI reference to the town.laugh.db.comedian record"
        },
        "billingOrder": {
          "type": "integer",
          "description": "Position on the bill (lower = higher billing)"
        }
      }
    },
    "externalId": {
      "type": "object",
      "required": [
        "system",
        "value"
      ],
      "properties": {
        "value": {
          "type": "string",
          "description": "The identifier within that system"
        },
        "system": {
          "type": "string",
          "description": "Identifier system (open controlled vocabulary)",
          "knownValues": [
            "imdb",
            "spotify",
            "musicbrainz",
            "viaf",
            "isni",
            "wikidata",
            "instagram",
            "tiktok",
            "youtube",
            "eventsUrl"
          ]
        }
      }
    },
    "localizedText": {
      "type": "object",
      "required": [
        "language",
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "description": "The text in this language"
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "app.bsky.richtext.facet",
            "type": "ref"
          },
          "description": "Optional byte-range rich text annotations on text (links, mentions)"
        },
        "language": {
          "type": "string",
          "format": "language",
          "description": "BCP-47 language tag for this variant, e.g. en, es, fr-CA"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.laugh.db.defs

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

Metadata

DID
did:plc:k6owgpe2rkkchoiivxhzp2t4
CID
bafyreibzsfiukumt24ksn6ptsxburppgi3ic5jkpcriib3g63rhoaiu4fe
Indexed At
2026-06-12 22:01 UTC
AT-URI
at://did:plc:k6owgpe2rkkchoiivxhzp2t4/com.atproto.lexicon.schema/town.laugh.db.defs

Referenced Schemas (1)

Lexicon Garden

@