kicad/thirdparty/json_schema_validator
qu1ck a221f7aa56 Mark json validator lib explicitly STATIC 2021-09-25 13:24:10 +00:00
..
nlohmann Add json-schema-validator library 2021-08-27 21:11:47 +00:00
CMakeLists.txt Mark json validator lib explicitly STATIC 2021-09-25 13:24:10 +00:00
LICENSE.MIT Add json-schema-validator library 2021-08-27 21:11:47 +00:00
README.txt Add json-schema-validator library 2021-08-27 21:11:47 +00:00
json-patch.cpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00
json-patch.hpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00
json-schema-draft7.json.cpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00
json-uri.cpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00
json-validator.cpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00
string-format-check.cpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00

README.txt

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.