Compare commits

..

1 commit

Author SHA1 Message Date
Joel Kaasinen
4403a4cc5b
Merge 451b286f1d into 9d88d92241 2025-11-14 14:20:55 +02:00

View file

@ -109,16 +109,3 @@ Malli humanized error messages can be configured using `:options :errors`:
```
See the malli docs for more info.
## Custom registry
Malli registry can be configured conveniently via `:options :registry`:
```clj
(require '[malli.core :as m])
(reitit.coercion.malli/create
{:options
{:registry {:registry (merge (m/default-schemas)
{:my-type :string})}}})
```