7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-02-02 00:37:55 +00:00
kicad/thirdparty/json_schema_validator
Jon Evans 3f7e459d62 API: add a schema for plugin config files
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
2025-01-05 17:08:33 -05:00
..
nlohmann API: add a schema for plugin config files 2025-01-05 17:08:33 -05:00
CMakeLists.txt API: add a schema for plugin config files 2025-01-05 17:08:33 -05:00
json-patch.cpp Partially update the json validator 2024-04-12 20:00:12 -04:00
json-patch.hpp Partially update the json validator 2024-04-12 20:00:12 -04:00
json-schema-draft7.json.cpp API: add a schema for plugin config files 2025-01-05 17:08:33 -05:00
json-uri.cpp Add json-schema-validator library 2021-08-27 21:11:47 +00:00
json-validator.cpp Partially update the json validator 2024-04-12 20:00:12 -04: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
string-format-check.cpp Update nlohmann::json to 3.11.2 2022-11-05 10:53:57 -04:00

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.