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
misha 2020-12-19T15:53:55.499700Z

@kumarshantanu not sure if openapi and json-schema are same, but have a look: https://github.com/akovantsev/json-schema-to-clojure-spec#examples

Shantanu Kumar 2020-12-20T19:27:35.001Z

Thanks @misha, as of v3.0.3 OpenAPI has some overlap with JSON schema https://spec.openapis.org/oas/v3.0.3#properties but does not appear to be fully compatible.

misha 2020-12-19T15:55:44.000600Z

*Alpha quality and all that.