Schema Validator check tool

    Input

    The tool expects two inputs:

    If the JSON conforms to the schema, the tool will exit with status EXIT_SUCCESS. If the JSON does not conform to the schema, an error message is outputted detailing what doesn’t conform to the schema. The tool will exit with status EXIT_FAILURE.

    Building

    Running

    The tool takes a path as described above.