spec-tools
spec-tools copied to clipboard
import JSON Schema into clojure.spec
Currently the transformation is unidirectional clojure.spec -> JSON Schema. Is it possible to go from JSON Schema -> clojure.spec?
Hi. It should be possible, just not implemented. PR for it would be most welcome.