From an ancient thread in the clojurians slack.
The following schema
[:map {:registry
(malli.registry/composite-registry
(malli/default-schemas)
(malli.time/schemas))}
...]
Yields the following error message
Exception: java.lang.IllegalArgumentException: Don't know how to create ISeq from: malli.registry$composite_registry$reify__6973
Is there a reason why this isn't possible? Is there a recommended, alternative way to combine schemas like this other than setting the global registry? Perhaps in this particular case just merging the registries would suffice.