gbv / jskos-validate

Validation for JSKOS data.
MIT License
0 stars 1 forks source link

Extend validation with additional constraints from JSKOS specification #8

Open nichtich opened 4 years ago

nichtich commented 4 years ago

The current validation only uses JSON Schema. Some additional constraints are listed in the JSKOS specification, so they should also be checked, e.g #4. Requires to re-read the specification carefully. Could be disabled with an option.

nichtich commented 3 years ago

Checking for empty strings could be made optional, as these can easily be filtered out and may be useful for input fields.