{
    "type": "object",
    "properties": {
        "rowId": {
            "type": "string"
        },
        "columnId": {
            "type": "string"
        },
        "requestId": {
            "type": "string"
        }
    },
    "required": [
        "rowId",
        "columnId",
        "requestId"
    ],
    "version": 1
}
