function _validateData(params, paths, callback) {
    var errors;

    errors = Helpers.validateJSON("sales_report", params, salesReportSchema);