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
But validation fails telling me that it expected string or numeric types, not null. I explicitly do not want to trim out null properties, I want them to be saved as present with a value of null so it is clear to end users which properties exist.
Is there any way to accomplish this?
The text was updated successfully, but these errors were encountered:
I have a schema:
Note nothing is required here and the only way to set an
undefined
is withnull
So it seems to me like this should be a valid entry
But validation fails telling me that it expected string or numeric types, not null. I explicitly do not want to trim out null properties, I want them to be saved as present with a value of
null
so it is clear to end users which properties exist.Is there any way to accomplish this?
The text was updated successfully, but these errors were encountered: