social.colibri.channel.read
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.channel.read",
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
"channel",
11
11
"cursor"
12
12
],
13
13
"properties": {
14
14
"$type": {
15
15
"type": "string",
16
16
"format": "nsid",
17
17
"description": "The type of the record."
18
18
},
19
19
"cursor": {
20
20
"type": "string",
21
21
"format": "datetime",
22
22
"description": "The timestamp the channel was last read at."
23
23
},
24
24
"channel": {
25
25
"type": "string",
26
-
"format": "record-key",
26
+
"format": "at-uri",
27
27
"description": "The channel this message was sent in."
28
28
}
29
29
}
30
30
},
31
31
"description": "A read cursor for a Colibri channel, indicating the last read message by a user."
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1,
36
36
"revision": 1
37
37
}