A comedian's creative work (special, album, film, tour, book, podcast)
Record Key
tid
Timestamp-based ID
Properties
comedian
string
at-uri
Required
AT-URI reference to the town.laugh.db.comedian record
createdAt
string
datetime
Required
Timestamp of record creation
externalIds
array
of
ref
town.laugh.db.defs#externalId
Optional
External identifiers (imdb, musicbrainz, etc.)
origin
string
Required
Where this record came from
Known values:
scraped, native, atprotoplatform
string
Optional
Distributor or streaming service
role
string
Optional
Role in the work
title
string
Required
Title of the work
type
string
Required
Type of work
Known values:
special, album, film, tour, book, podcastyear
integer
Optional
Release year
View raw schema
{
"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)"
}