-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement support for oneOf #72
Comments
In your example, did you mean for: |
@crizo23 thanks correct, I updated the snippet. Thanks! |
I've encountered the same issue. I'm pretty sure the problem is somewhere in UPDATE: please ignore most of my comment above. After looking at the source code I now realize that the title of this issue is correct - |
@buremba responding to your original question, I think the error you're expecting is in the AJV results, it's just not returned by better-ajv-errors: |
chore(deps): update actions/checkout action to v3
Here is my schema:
If my input has neither
sql
nortarget
, the error output is the following:For the reference, here is the error output from Ajv:
I was expecting something like:
The text was updated successfully, but these errors were encountered: