chat.sprk.convo.sendMessage

sprk.so

{
  "id": "chat.sprk.convo.sendMessage",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "convoId",
            "message"
          ],
          "properties": {
            "convoId": {
              "type": "string"
            },
            "message": {
              "ref": "chat.sprk.convo.defs#messageInput",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "chat.sprk.convo.defs#messageView",
          "type": "ref"
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.sprk.convo.sendMessage

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreihg5fmknt4rjujjsymnqphaag7tikjv6j7oxix645hqogbqhmtt6y
Indexed At
2026-06-26 00:16 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/chat.sprk.convo.sendMessage

Referenced Schemas (2)

Lexicon Garden

@