This repository contains the necessary utilities to validate JSON files against given JSON schemas
pip install -e .datsvalidator --schema $PATH_TO_PROJECT_SCHEMA_JSON --json-folder $FOLDER_JSON_TO_VALIDATEThe folder of the project_schema.json file needs to also contain all other DATS schemas.