town.laugh.user.listitem
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "town.laugh.user.listitem",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"list",
11
11
"subject",
12
12
"createdAt"
13
13
],
14
14
"properties": {
15
15
"list": {
16
16
"type": "string",
17
17
"format": "at-uri",
18
18
"description": "AT-URI reference to the town.laugh.user.list record"
19
19
},
20
20
"note": {
21
21
"type": "string",
22
22
"maxLength": 2048,
23
23
"description": "Optional per-item blurb"
24
24
},
25
25
"order": {
26
26
"type": "string",
27
27
"description": "Fractional index for curated ordering; omit for TID/insertion order"
28
28
},
29
29
"subject": {
30
30
"type": "string",
31
31
"format": "at-uri",
32
-
"description": "AT-URI reference to a town.laugh.db.event, .venue, or .comedian record (mixed lists allowed)"
32
+
"description": "AT-URI reference to a community.lexicon.calendar.event, town.laugh.db.venue, or .comedian record (mixed lists allowed; legacy town.laugh.db.event uris remain valid)"
33
33
},
34
34
"createdAt": {
35
35
"type": "string",
36
36
"format": "datetime",
37
37
"description": "Timestamp of when the item was added"
38
38
}
39
39
}
40
40
},
41
41
"description": "Membership of a subject in a town.laugh.user.list"
42
42
}
43
43
},
44
44
"$type": "com.atproto.lexicon.schema",
45
45
"lexicon": 1
46
46
}