town.laugh.user.credit

laugh.town

{
  "id": "town.laugh.user.credit",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "event",
          "comedian",
          "createdAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "description": "Role on the bill, e.g. headliner, host, feature"
          },
          "event": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the show — a community.lexicon.calendar.event record (central repo or author-owned; legacy town.laugh.db.event / town.laugh.user.event uris remain valid)"
          },
          "comedian": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the town.laugh.db.comedian being credited"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of when the credit was created"
          },
          "billingOrder": {
            "type": "integer",
            "description": "Position on the bill (lower = higher billing)"
          }
        }
      },
      "description": "A performer credit: the author asserts a comedian is on an event's lineup"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.laugh.user.credit

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k6owgpe2rkkchoiivxhzp2t4
CID
bafyreiblkjnzvljav7u5h4r64kipkm4rweqebp76syr6ewvj5dru4wdife
Indexed At
2026-08-19 02:46 UTC
AT-URI
at://did:plc:k6owgpe2rkkchoiivxhzp2t4/com.atproto.lexicon.schema/town.laugh.user.credit

Lexicon Garden

@