Validating a JSON Configuration File

To validate a JSON configuration file, a JSON schema file must be generated using the -help JSON option.

To save the schema file, use the following command for the Microsoft Windows operating system:

converter.[sh|bat] -help JSON > converter_schema.json

The saved schema file can be used as an input to the validation tools for validating the actual JSON configuration files that are passed to the Converter. See https://json-schema.org, for more information on JSON schema and validation.