Closed
Description
I noticed something interesting in the schema table, where it mentions the data type and whether or not it can accept null. It seems that for most types, it is shown as
string | null
note the pipe character.
But for objects, its listed as:
object or null
Note the use of or instead of |. Is there a meaning behind the difference? Is there a way to make it all the same, (like make them all use | (pipe))?
Image for reference.
Thanks for any insights!
Metadata
Metadata
Assignees
Labels
No labels