Combining schemas in a way that allows for both `allof` and `oneof` can be a bit tricky, but it's...
Hi all, in schemas, is there a way to do
assuming that Tame is a TaggedStruct with the tag "tame". Implementing like:
leads to not being able to call
I basically want
as a schema
allof that is composable with oneof and still allows make?assuming that Tame is a TaggedStruct with the tag "tame". Implementing like:
leads to not being able to call
Pet.make. Or what is the correct way to compose schemas like this?I basically want
as a schema
