Accessing `jsonSchema.properties` in the Effect world without exhaustive if/else checks
I see this pattern quite often when dealing with libraries that heavily utilizes union types. Is there a clean solution in the Effect world to access
jsonSchema.properties without doing an exhaustive if/else check?
