This is a python script to validate JSON files against schemas.
How to make it work:
- You need to have directory with JSON files only that you want to check
- You need to have directory with JSON schemas that you want your files to check against
- If you don't yet have jsonschema, install it with 'pip install jsonschema' command in your shell
- Download validator.py script and run 'python validator.py' in your shell, it will ask you to provide absolute path to JSON files and JSON schemas
- See results in log.txt and log_detailed.txt