Are there any libraries for parsing swagger/openAPI into specs? I see https://github.com/metosin/spec-tools, but that appears to only do generation, not parsing
@arohner this might be useful to you: https://github.com/akovantsev/json-schema-to-clojure-spec
thanks