Skip to content

fix(dataset schema): list all validation errors

Vincent Viers requested to merge fix_schema_validator into main

Using the jsonschema Draft202012Validator class in order to be able to iterate over errors. Also a very light refactoring to create the validator class next to the schema definition + renaming of num_invalid_datasets

Closes https://datahub.incubateur.tech/infrastructure/meta/-/issues/137

Merge request reports