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
Instead of cleaning the nulls in the documents on import,
append it to the main type, like this ["null", "object"].
This would constitute correct JSON schema indicating that the field is nullable.
The text was updated successfully, but these errors were encountered:
Instead of cleaning the nulls in the documents on import,
append it to the main type, like this
["null", "object"]
.This would constitute correct JSON schema indicating that the field is nullable.
The text was updated successfully, but these errors were encountered: