social.colibri.channel.read

colibri.social

{
  "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
}

Validate Record

Validate a record against social.colibri.channel.read

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreietm7jy42kg2u3q54m2q2eab52fb4hjsrjzsfclg4pdbg7udpldsm
Indexed At
2026-03-25 19:09 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.channel.read

Version History (2 versions)

Lexicon Garden

@