Check a configuration file (in _YAML_ format) based on a requirement file in JSON Schema format.
checkConfigFile(configFile, configSpecFile, configDir = "./config")
No returned value, an error message is printed in the console if the configuration file doesn't comply to the specified specifications.
path to the config file
String with path to the file containing requirements in JSON Schema format.
String with directory with config files,
by default a 'config' folder in inputDir
.
It should contain a general 'config.yml' file and dedicated
'config-[X].yml' for each chapter.
The order of each chapter is specified in the 'config' slot in the general
general 'config.yml'.
Laure Cougnaud