{
"id": "social.colibri.channel.read",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"channel",
"cursor"
],
"properties": {
"$type": {
"type": "string",
"format": "nsid",
"description": "The type of the record."
},
"cursor": {
"type": "string",
"format": "datetime",
"description": "The timestamp the channel was last read at."
},
"channel": {
"type": "string",
"format": "record-key",
"description": "The channel this message was sent in."
}
}
},
"description": "A read cursor for a Colibri channel, indicating the last read message by a user."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}