-
Notifications
You must be signed in to change notification settings - Fork 10
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
DEVXP-2544: feat(next): add anyOf
validation
#120
Conversation
anyOf
validationanyOf
validation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have quite many comments, but none are blocking, so ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My feedback last round is all addressed, and there's 8308f6b to add a todo, so it's good to go for me ✅
Feel free to veto if you have a strong opinion 😄
This PR add handling for the
anyOf
keyword. Also includes the tests from the official test suite as well as a test with a demo schema.