Extracting a Sub-Schema from a Union of Structs
Is there a way to pick a sub-schema from a "union"?
I know you can do it with "fields" on a Struct, but I can't find a way to do it on a union of structs
I know you can do it with "fields" on a Struct, but I can't find a way to do it on a union of structs
