Open
Description
Rich talks extensively about making the distinction about a schema and about the required data within a schema when being used. A person can have many things and only some (different) parts of its data will be required in different functions. That's what the new select
is about. Is there similar functionality in malli? I see {:optional true}
in an example schema which is exactly what Rich found bad in his first design.