Fork me on GitHub
#ring-swagger
<
2016-12-14
>
ikitommi15:12:12

@d5p that’s odd, related to how compojure handles the contexts. Quick fix is to turn those two around, so first introduce the one with path-parameter. Please write a issue of this?

d5p23:12:03

no worries will do

d5p23:12:41

another question, i might well be doing this wrong, when i have an optional-key with default (s/optional-key :virtual) (st/default s/Bool false) in one of my schemas, ring-swagger does not like it don't know how to convert schema_tools.core.impl.Default@ebefff89 into a Swagger Schema , is this the right way to use schema-tools default ?