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

Make allOf more efficient or collect errors to report #9

Open
mwildehahn opened this issue Jul 25, 2019 · 0 comments
Open

Make allOf more efficient or collect errors to report #9

mwildehahn opened this issue Jul 25, 2019 · 0 comments

Comments

@mwildehahn
Copy link

Right now we iterate through all schemas and test if the input failed any. We don't report all the errors that it failed on so could just be exiting on the first schema that failed.

It also might be worth reporting the error from the schema that failed if we're not going to report all the errors.

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

No branches or pull requests

1 participant