mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-02-02 00:37:55 +00:00
3f7e459d62
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 |
||
---|---|---|
.. | ||
nlohmann | ||
CMakeLists.txt | ||
json-patch.cpp | ||
json-patch.hpp | ||
json-schema-draft7.json.cpp | ||
json-uri.cpp | ||
json-validator.cpp | ||
LICENSE.MIT | ||
README.txt | ||
string-format-check.cpp |
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.