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

Produces validation messages when oneOf has no valid schemas. #720

Merged
merged 1 commit into from Apr 20, 2023

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented Apr 20, 2023

Corrects #678 #516 #197

NOTE: This change converts some Java-based tests into the JSON Schema Test Suite format.

@stevehu stevehu merged commit 284e952 into master Apr 20, 2023
4 checks passed
@stevehu stevehu deleted the issue678 branch April 20, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OneOfValidator is filtering out the required errors if all the oneOf schemas are having the issues.
2 participants