mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Also flip the dependence between json_schema_validator and kicommon, and create a shared JSON_SCHEMA_VALIDATOR so that we don't have to copy/paste the schema loading code as much
This directory contains the pboettch/json-schema-validator project from https://github.com/pboettch/json-schema-validator with a patch to allow validating objects against specific sub definitions in a schema from https://github.com/pboettch/json-schema-validator/pull/154 The project is licensed under MIT, with the license text in this directory.