Schema Namespace Update
I just updated Schema and it seems that some things are gone from the
I can see that a few were renamed:
Schema namespace: union, array, record and nullable from what I've seen.I can see that a few were renamed:
union => Union, array => Array, record => Record, struct, Struct but I'm not sure what happened to nullable, there is no Nullable, only Null, NullOr or NullishOr. Which one is the one that works the same way as nullable worked before?