metosin / spec-swagger

Master Swagger2 & OpenAPI3 specs with Clojure(Script) & clojure.spec
21 stars 2 forks source link

Model openapi-spec using clojure.spec #5

Open ikitommi opened 7 years ago

ikitommi commented 7 years ago

Don't have to be 100% coverage, can start from the important parts. Start from 2.0, 3.0 as a separate ns? There is a good start in the core.clj

ikitommi commented 7 years ago
ikitommi commented 7 years ago

mostly done, in spec-swagger.swagger2.spec. Should we use vanilla clojure.spec instead of data-specs?