digitalbazaar / bedrock-validation

Bedrock validation
Other
0 stars 3 forks source link

Use a newer json schema validation library #1

Closed dlongley closed 3 years ago

dlongley commented 9 years ago

The json schema library we're using is fairly old, no longer maintained, and is missing some features (eg: not validator) from v4. We should upgrade.

Possible targets:

https://github.com/tdegrunt/jsonschema

dlongley commented 7 years ago

https://github.com/epoberezkin/ajv

^Recommended by Shane McCarron.

mattcollier commented 3 years ago

Switched to ajv in v3: https://github.com/digitalbazaar/bedrock-validation/blob/master/CHANGELOG.md#300---2018-02-24

Closing.