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
As pointed out by @madman-81 in #770 and confirmed in #770 (comment) the oneOf alters the data when type coercion is enabled which ultimatly is correct. However the altered version of $value is passed to the subsequent subschemas that are part of the oneOf this can cause failing validation while with the original inputted $value it might validate.
As pointed out by @madman-81 in #770 and confirmed in #770 (comment) the
oneOf
alters the data when type coercion is enabled which ultimatly is correct. However the altered version of$value
is passed to the subsequent subschemas that are part of theoneOf
this can cause failing validation while with the original inputted$value
it might validate.This can be reproduced by the following:
The text was updated successfully, but these errors were encountered: