oliyh / martian

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

Fix Reference Object usage on parameters for swagger spec #196

Closed RafaeLeal closed 5 months ago

RafaeLeal commented 5 months ago

As I commented in the issue https://github.com/oliyh/martian/issues/195

This is not working for swagger, but it is for OpenAPI v3. I tried to refactor the code to use the same logic, adding tests for it.

oliyh commented 5 months ago

This is great, thank you!

RafaeLeal commented 5 months ago

Thanks for the merge! Can you generate a version for it? I'm using it on k8s-api and the newer versions of Kubernetes needs it

oliyh commented 5 months ago

Hi @RafaeLeal I have release 0.1.26

RafaeLeal commented 5 months ago

@oliyh Thanks!