Hey all! I have a JSON doc that has an arbitrary number of properties (UUID).
I used QuickType CLI to extract types out of the document structure. However, by default each property “UUID” creates a new type, as the document has many optional fields. Is it possible to instead create one type, but using union types and nullable properties?