Membership of a subject in a town.laugh.user.list
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Timestamp of when the item was added
list
string
at-uri
Required
AT-URI reference to the town.laugh.user.list record
note
string
Optional
Optional per-item blurb
maxLength: 2048 bytesorder
string
Optional
Fractional index for curated ordering; omit for TID/insertion order
subject
string
at-uri
Required
AT-URI reference to a town.laugh.db.event, .venue, or .comedian record (mixed lists allowed)
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"list",
"subject",
"createdAt"
],
"properties": {
"list": {
"type": "string",
"format": "at-uri",
"description": "AT-URI reference to the town.laugh.user.list record"
},
"note": {
"type": "string",
"maxLength": 2048,
"description": "Optional per-item blurb"
},
"order": {
"type": "string",
"description": "Fractional index for curated ordering; omit for TID/insertion order"
},
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT-URI reference to a town.laugh.db.event, .venue, or .comedian record (mixed lists allowed)"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of when the item was added"
}
}
},
"description": "Membership of a subject in a town.laugh.user.list"
}