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

Support for allOf, anyOf and oneOf #80

Open
ottok opened this issue Jul 31, 2013 · 2 comments
Open

Support for allOf, anyOf and oneOf #80

ottok opened this issue Jul 31, 2013 · 2 comments

Comments

@ottok
Copy link

ottok commented Jul 31, 2013

JSV does not seem to support all keywords for any instance type. I tested some and grepped the sources for these keywords, and didn't find anything, so I guess they are simply not implemented.

See
5.5.3. allOf
5.5.4. anyOf
5.5.5. oneOf

at
http://json-schema.org/latest/json-schema-validation.html#anchor75

It would be cool if these were included too.

Thanks!

@fiddur
Copy link

fiddur commented Oct 22, 2013

This would be included in #73 (supporting draft 04).

@ebdrup
Copy link

ebdrup commented Jan 31, 2015

I've compiled a list of the official draft-4 tests that are failing for JSV here
https://github.com/Muscula/json-schema-benchmark/blob/master/reports/JSV.md

If you want draft-4 support perhaps take a look here for an alternative:
https://github.com/Muscula/json-schema-benchmark

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

4 participants