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
if "foo" is not present in validated data, validation will fail with message foo.bar is missing and it is required
but when "foo" does not exist (and it does not need to!) it is no reason to validate its also non-existing child "bar". "bar" should be validated only if "foo" exists
The text was updated successfully, but these errors were encountered:
consider following schema fragmet:
if "foo" is not present in validated data, validation will fail with message
foo.bar is missing and it is required
but when "foo" does not exist (and it does not need to!) it is no reason to validate its also non-existing child "bar". "bar" should be validated only if "foo" exists
The text was updated successfully, but these errors were encountered: