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
Shantanu Kumar 2020-12-18T14:20:47.497900Z

Does anybody know of a tool/library that can derive spec based validators from OpenAPI schemas? I looked at spec-tools https://github.com/metosin/spec-tools/blob/master/docs/06_openapi.md but it only appears to cover the generation (reverse) part.

1➕