Closed e-backmark-ericsson closed 6 months ago
There is a way to validate JSON schemas towards their JSON metaschemas. We should make use of that in our checks.
This tool https://check-jsonschema.readthedocs.io/ has the option to validate a schema against the meta schema, so it might be a good option. It also supports pre-commit
There is a way to validate JSON schemas towards their JSON metaschemas. We should make use of that in our checks.