chat.sprk.convo.getConvoForMembers

sprk.so

{
  "id": "chat.sprk.convo.getConvoForMembers",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "convo"
          ],
          "properties": {
            "convo": {
              "ref": "chat.sprk.convo.defs#convoView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "members"
        ],
        "properties": {
          "members": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 10,
            "minLength": 1
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.sprk.convo.getConvoForMembers

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@