async.waterfall(
        [
            function (next) {
                _validateData(params, paths, next);
            },