clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
arohner 2020-07-30T10:24:59.051Z

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

misha 2020-07-30T10:36:29.051800Z

@arohner this might be useful to you: https://github.com/akovantsev/json-schema-to-clojure-spec

arohner 2020-07-30T10:37:37.052400Z

thanks