org.swappulse.conversation

bridge.swappulse.org

{
  "id": "org.swappulse.conversation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "recipientDid",
          "participantDids",
          "createdAt"
        ],
        "properties": {
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "recipientDid": {
            "type": "string",
            "format": "did"
          },
          "lastMessageAt": {
            "type": "string",
            "format": "datetime"
          },
          "recipientName": {
            "type": "string"
          },
          "lastMessageDid": {
            "type": "string",
            "format": "did"
          },
          "participantDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 2,
            "minLength": 2
          },
          "recipientAvatar": {
            "type": "string",
            "format": "uri"
          },
          "recipientHandle": {
            "type": "string"
          },
          "lastMessagePreview": {
            "type": "string",
            "maxLength": 200
          }
        }
      },
      "description": "A 1:1 DM conversation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A 1:1 direct-message conversation between two collectors, mirrored to AT Protocol as a real org.swappulse.conversation record. The creator is tracked by authorDid; the other participant by recipientDid so both can read."
}

Validate Record

Validate a record against org.swappulse.conversation

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@