-
Notifications
You must be signed in to change notification settings - Fork 280
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
Schemas affected by an event validation #237
Comments
Hello,
I'm not sure if I understand what you mean. My first idea would be just looping through schemas and validating the event json against each schema, checking which one passes. |
Hi @erosb, Imagine that you have an event schema with some fields that are I would like to know which $refs were matching against the validated event. |
Aha! That's not supported currently by the library. |
I've just opened a PR related #242 with this issue. :) |
The listener API is now included in version |
Hi there,
I was wondering if there is any way to know which schemas were matching with a specific event.
This feature could be great for testing if the object schemas are being matched properly as expected.
Thanks,
The text was updated successfully, but these errors were encountered: