app: add a default format-checker - which is always happy
This commit is contained in:
parent
d50401a562
commit
8b69330804
@ -80,7 +80,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// 2) create the validator and
|
||||
json_validator validator(loader);
|
||||
json_validator validator(loader, [](const std::string&, const std::string&){});
|
||||
|
||||
try {
|
||||
// insert this schema as the root to the validator
|
||||
|
||||
Loading…
Reference in New Issue
Block a user