Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace tv4 JSON schema validator with Ajv #2788

Closed
hiredgun opened this issue Mar 7, 2017 · 2 comments
Closed

Replace tv4 JSON schema validator with Ajv #2788

hiredgun opened this issue Mar 7, 2017 · 2 comments
Assignees

Comments

@hiredgun
Copy link

hiredgun commented Mar 7, 2017

Is there any particular reason why tv4 is used as the JSON-schema validator? Its performance seems horrible comparing with Ajv - according to json-schema-benchmark. Can tv4 be replaced with Ajv which is way faster and regularly updated? At the moment Ajv supports even JSON-Schema draft-06.

@jon49
Copy link

jon49 commented Jun 15, 2017

As another reason not to use tv4 is that it is not case sensitive. Which is not compliant with the standard. It appears that tv4 isn't being supported anymore either. So, it would be nice to have the Postman team support tv4 and continue to enhance it or drop it for a better supported library. I was really excited to be able to use Postman to do acceptance testing but now that I know the choice of Json Schema library was poor I'll have to find a different testing environment.

@kunagpal
Copy link

kunagpal commented Aug 12, 2018

Closing as a duplicate of #3199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants