cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
133 stars 23 forks source link

Validate schemas towards the JSON metaschema #208

Closed e-backmark-ericsson closed 6 months ago

e-backmark-ericsson commented 6 months ago

There is a way to validate JSON schemas towards their JSON metaschemas. We should make use of that in our checks.

afrittoli commented 6 months ago

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