JSON schema validation using the json-c library. jsonschema-c is a schema validation based on the json-c library and the V4 draft of json schema standard. The code is composed of two components:
- Schema validator is used to verify that the provided schema is a valid V4 schema.
- Instance validator is used to validate a JSON object against a given schema.
Code was found on github and originally developed by
- Helmut Schaa [email protected]
- Amine Ahd [email protected]
The build system was reworked, a few minor fixes and code cleanup was made.