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
Hi, I hope I am not misleading you.
I saw this use case:
In the schema we have an optional object (one of null, object) with a few children (some optional, some not). If there are a few errors in the object, I would expect to get all of them. But actually I am getting 1 error of type "Data does not match any schemas from 'oneOf'" and in the inner only first error of the children is given (not all the errors of all the children). What I am trying to say is that in some cases I don't get the full list of errors. Should I get it? Thank you very much
The text was updated successfully, but these errors were encountered:
FMoran
changed the title
Not getting all schema errors from optional father object
Not getting all schema errors from optional parent object
Oct 21, 2018
Hi, I hope I am not misleading you.
I saw this use case:
In the schema we have an optional object (one of null, object) with a few children (some optional, some not). If there are a few errors in the object, I would expect to get all of them. But actually I am getting 1 error of type "Data does not match any schemas from 'oneOf'" and in the inner only first error of the children is given (not all the errors of all the children). What I am trying to say is that in some cases I don't get the full list of errors. Should I get it? Thank you very much
I tried to explain it using:
The text was updated successfully, but these errors were encountered: