Fork me on GitHub
#ring-swagger
<
2017-01-05
>
metametadata00:01:10

I suspect maybe there's some middleware inside api which does this? Because I've overrided api's transit decoder (via :formats option as described in https://github.com/metosin/compojure-api/issues/61#issuecomment-256903353) and it correctly decodes the maps with string keys. So it must be something further in the chain?..

metametadata13:01:48

Another question. Is it expected that response schema validation stops working when I put :coercion nil into api? Seems counterintuitive.