malli
malli copied to clipboard
Local registries must be data
Currently, the local registry must be data, doesn’t accept IntoSchema instances. This both is a) unfortunate b) slows m/form a lot.
eg.
[:map {:registry (merge mc/default-registry {::id int? ::country string?}}...