validate(config) checks the threshold rules
and classifications in the configuration object config for errors.
You can use this function to verify that rules and classifications are well-formed
before saving.
Both save and saveAndRegister run validation
automatically before writing the file. Use validate separately when
you want to check for errors during development without saving.