town.laugh.db.work

laugh.town

{
  "id": "town.laugh.db.work",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "comedian",
          "type",
          "title",
          "origin",
          "createdAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "description": "Role in the work"
          },
          "type": {
            "type": "string",
            "description": "Type of work",
            "knownValues": [
              "special",
              "album",
              "film",
              "tour",
              "book",
              "podcast"
            ]
          },
          "year": {
            "type": "integer",
            "description": "Release year"
          },
          "title": {
            "type": "string",
            "description": "Title of the work"
          },
          "origin": {
            "type": "string",
            "description": "Where this record came from",
            "knownValues": [
              "scraped",
              "native",
              "atproto"
            ]
          },
          "comedian": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI reference to the town.laugh.db.comedian record"
          },
          "platform": {
            "type": "string",
            "description": "Distributor or streaming service"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of record creation"
          },
          "externalIds": {
            "type": "array",
            "items": {
              "ref": "town.laugh.db.defs#externalId",
              "type": "ref"
            },
            "description": "External identifiers (imdb, musicbrainz, etc.)"
          }
        }
      },
      "description": "A comedian's creative work (special, album, film, tour, book, podcast)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.laugh.db.work

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

Metadata

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

Referenced Schemas (1)

  • town.laugh.db.defs#externalId

Lexicon Garden

@