org.swappulse.directMessage

bridge.swappulse.org

{
  "id": "org.swappulse.directMessage",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "recipientDid",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 2000
          },
          "read": {
            "type": "boolean"
          },
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "authorName": {
            "type": "string"
          },
          "authorAvatar": {
            "type": "string",
            "format": "uri"
          },
          "authorHandle": {
            "type": "string"
          },
          "recipientDid": {
            "type": "string",
            "format": "did"
          },
          "conversationId": {
            "type": "string"
          },
          "conversationRef": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "A direct message in a conversation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A single message in a 1:1 conversation, mirrored to AT Protocol as a real org.swappulse.directMessage record. The sender is tracked by authorDid; the recipient by recipientDid so both can read."
}

Validate Record

Validate a record against org.swappulse.directMessage

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreickyn2sijypypf6w2ipezur6ew75dymhrpqgcxalqifser3e3ehgu
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.directMessage

Lexicon Garden

@