A generic data validator. Schemas are written in Python.
Stars
2
Forks
2
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
90
commits
Merge pull request #3 from ThijsJung/fix/overwritten-validation-messages
27793ceView on GitHubAdded code and a test to prevent overwriting validation messages.
1f9b9fbView on GitHubAdded development note on custom validation fields.
f17b030View on GitHubImproved description of validation messages in User Guide.
f5bad3bView on GitHubAdded unit tests for ignoring extra nested fields.
33045d8View on GitHubFixed naming issue where two different things were both called validator.
b12b3a7View on GitHubAdded documentation on custom parameters to custom validators.
5444033View on GitHubAdded support for custom parameters to custom validators.
b2eda22View on GitHubImproved validation messages for null parents that aren't objects.
a14a1cdView on GitHub