ring-swagger

ring-swagger & compojure-api
ikitommi 2017-12-19T05:56:31.000058Z

@mgrbyte good question. Currently, spec-tools doesn’t try to quess the type from sets, e.g. #{:admin :view :edit} doesn’t have a type. So we have to hint it to be a ´:keyword`. Like this:

ikitommi 2017-12-19T05:59:12.000067Z

It seems there is as issue of this, waiting for a friendly PR: https://github.com/metosin/spec-tools/issues/60