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

"oneOf" fails when subschemas are evaluated at different parser events #13

Closed
leadpony opened this issue Apr 12, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@leadpony
Copy link
Owner

leadpony commented Apr 12, 2019

oneOf keyword is wrongly evaluated as valid if the following conditions are met.

  • Two or more subschemas under oneOf are valid.
  • The evaluation of these subschemas are finalized at different parser events.
@leadpony leadpony self-assigned this Apr 12, 2019
@leadpony leadpony added the bug Something isn't working label Apr 12, 2019
leadpony added a commit that referenced this issue Apr 12, 2019
@leadpony
Copy link
Owner Author

This bug is fixed in the release 0.16.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant