Schema namespace: union, array, record and nullable from what I've seen.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?