{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "conversation.delete result",
    "type": "object",
    "required": ["conversationId", "deleted"],
    "properties": {
        "conversationId": { "type": "string", "minLength": 1 },
        "deleted": { "type": "boolean" },
        "unsupported": { "type": ["boolean", "null"] }
    },
    "additionalProperties": true
}
