Remove schema and errors from default malli coercion error keys

This commit is contained in:
Ben Sless 2022-12-06 21:20:48 +02:00
parent 1dbca52002
commit bc4443a935

View file

@ -114,7 +114,7 @@
:response {:default default-transformer-provider
:formats {"application/json" json-transformer-provider}}}
;; set of keys to include in error messages
:error-keys #{:type :coercion :in :schema :value :errors :humanized #_:transformed}
:error-keys #{:type :coercion :in #_:schema :value #_:errors :humanized #_:transformed}
;; support lite syntax?
:lite true
;; schema identity function (default: close all map schemas)