gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Automatic cleanup of errors #61

Open nichtich opened 2 years ago

nichtich commented 2 years ago

Some validation errors may be recoverable by automatic data cleanup. Example may be found in skosify for validating SKOS vocabularies. Another example is broken JSON or XML syntax. On parsing error a forgiving parser may be tried, e.g. dirty-json.

This issue likely is related to data normalization.