town.laugh.db.defs

laugh.town

Documentation

externalId object

No description available.

Properties

system string Required

Identifier system (open controlled vocabulary)

Known values: imdb, spotify, musicbrainz, viaf, isni, wikidata, instagram, tiktok, youtube, eventsUrl
value string Required

The identifier within that system

View raw schema
{
  "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 object

No description available.

Properties

facets array of refapp.bsky.richtext.facet Optional

Optional byte-range rich text annotations on text (links, mentions)

language string language Required

BCP-47 language tag for this variant, e.g. en, es, fr-CA

text string Required

The text in this language

View raw schema
{
  "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"
    }
  }
}
performer object

No description available.

Properties

billingOrder integer Optional

Position on the bill (lower = higher billing)

comedian string at-uri Required

AT-URI reference to the town.laugh.db.comedian record

role string Optional

Role on the bill, e.g. headliner, host, feature

View raw schema
{
  "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)"
    }
  }
}

Lexicon Garden

@