oliyh / martian

The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more
MIT License
530 stars 44 forks source link

Fixes parameter-keys for open maps #77

Closed RafaeLeal closed 4 years ago

RafaeLeal commented 4 years ago

https://github.com/oliyh/martian/pull/76 introduced a bug on enrich-handler More specifically on parameter-keys, since it is calling s/explicit-schema-key on s/Any and giving this error

Bad explicit key: schema.core.AnythingSchema@3c6f0b88

Making the client unusable (for this swagger.json)

oliyh commented 4 years ago

Thank you for this, it's now on clojars 0.1.12-SNAPSHOT