Deep Partial Struct Validation
Is there a way to have a deep partial? Like I have a schema of a struct which can have nested struct. I may have, at some point at runtime, a partial struct based on such schema, that I need to validate/decode, but it may lack some of the properties, at custom levels of depth.
