art.xxc.chat.message

charlebois.info

{
  "id": "art.xxc.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
}

Validate Record

Validate a record against art.xxc.chat.message

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:y3lae7hmqiwyq7w2v3bcb2c2
CID
bafyreig6hm7u7wtb2b3sirgy2hwhot7lfiu3tad67s6bikpopo2k2egybe
Indexed At
2026-04-15 03:39 UTC
AT-URI
at://did:plc:y3lae7hmqiwyq7w2v3bcb2c2/com.atproto.lexicon.schema/art.xxc.chat.message

Version History (2 versions)

Lexicon Garden

@