You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be valid to one and only one of the schemas but more than one schemas {{"type":"string","nullable":true}{"type":"array","nullable":true,"items":{"type":"string"}}} are valid
when input data is :
values : ["test"]
It is fine.
The text was updated successfully, but these errors were encountered:
@rongyj I have rolled back your changes for issue428 and issue425 as it breaks the issue456. Once I rolled back and I can see both 425 and 428 test cases are passed. If you still have the issues, please review the updates and make sure that 456 is not broken. Thanks.
When schema has "oneOf" as below:
When input test data is :
It has a validation error:
when input data is :
It is fine.
The text was updated successfully, but these errors were encountered: