Open
Description
Enhancement
As a user/developer, when I use this I should be able to ...
- use the same schema validator on my nodejs backend (to reuse custom
format
s andkeyword
s). Unfortunately, due to poor performance (see comparison of benchmark results for json-schema validators) we can't use tv4 on our backend. - use features from the latest (draft-06) json-schema spec
@json-schema-form/angular-schema-form-lead What are the chances of switching to use ajv instead of tv4 to get these enhancements in a future major version?
Compared to tv4, it seems pretty active (see number of Issues, number of PRs, Graphs > Commits on the github page for ajv vs for tv4) and pretty popular (see Stats on the npm page for ajv vs for tv4). It also makes me feel warm and fuzzy that it's used by Webpack.