{
"id": "art.xx-c.chat.message",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"encryptedContent",
"roomId",
"iv",
"createdAt"
],
"properties": {
"iv": {
"type": "string",
"maxLength": 24,
"description": "Initialization vector for AES-GCM (base64 encoded)"
},
"roomId": {
"type": "string",
"maxLength": 64,
"description": "Identifier for chat room (e.g., 'main')"
},
"authTag": {
"type": "string",
"maxLength": 32,
"description": "Authentication tag for GCM mode (base64 encoded)"
},
"replyTo": {
"type": "string",
"format": "at-uri",
"description": "Optional: AT-URI of message being replied to"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when message was created"
},
"encryptedContent": {
"type": "string",
"maxLength": 10000,
"description": "AES-256-GCM encrypted message content (base64 encoded)"
},
"encryptionVersion": {
"type": "string",
"description": "Encryption scheme version (currently v1: HKDF + AAD)"
}
}
},
"description": "Encrypted chat message for XX C chat room"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:y3lae7hmqiwyq7w2v3bcb2c2
- CID
-
bafyreieyqlfkzk4s6jjrecx45tdokstmjjvt4ldb73m3qhrln4zibfm6ci
- Indexed At
- 2026-04-15 03:51 UTC
- AT-URI
-
at://did:plc:y3lae7hmqiwyq7w2v3bcb2c2/com.atproto.lexicon.schema/art.xx-c.chat.message