metosin / spec-tools

Clojure(Script) tools for clojure.spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support generation of OpenApi 3.0 schemas

asilverman opened this issue · comments

OpenAPI 3 has been around for a long time, it would be great if we could get v3 swagger schemas generated by spec-tools

A PR to implement this would be welcome. For guidance, you can take a look at swagger/core.cljc which implements the Swagger/OpenAPI 2.0 schema generation and json_schema.cljc which implements the JSON Schema generation.

@asilverman, I just noticed that this issue is a duplicate of #105. I'm going to close this issue, but feel free to continue the discussion at #105.