Replies: 2 comments 1 reply
-
Can anyone help me with this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't have time to look in more depth unfortunately but it may be you're interested in/running into #728. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get proper validation error from oneof or anyof pattern. I have json schema with two or more oneof/anyof condition as mentioned below:
I have data which has additional element first_rack_id but best matches 2nd element from oneof:
My expectation is that the error message thrown by validation will find 2nd element from oneof and throw error saying additional property is not allowed. but i get match for 1st element as mentioned below:
how do i specify validator to best match with property "type" which will match with enum "server_pid" instead of enum "adapter"
Beta Was this translation helpful? Give feedback.
All reactions