{
    "type": "object",
    "properties": {
        "createdAt": {
            "type": "string"
        },
        "deletedAt": {
            "type": "null"
        },
        "finished": {
            "type": "boolean"
        },
        "id": {
            "type": "string"
        },
        "mode": {
            "type": "string"
        },
        "retrySuccessId": {
            "type": "null"
        },
        "startedAt": {
            "type": "string"
        },
        "status": {
            "type": "string"
        },
        "workflowId": {
            "type": "string"
        }
    },
    "version": 3
}
