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
butterguns 2020-06-22T15:29:38.399900Z

Is this the right place to ask about spec-tools ? If so: I'm trying out Swagger2 generation. I'd love to make use of https://swagger.io/specification/v2/#referenceObject to avoid duplicating the same definitions all over my json doc. Does spec-tools support this?

ikitommi 2020-06-22T18:07:10.403600Z

@mattmorten currently, no.. I think it has been in ring-swagger/plumatic schema for years, just not ported into spec-tools. PR welcome

butterguns 2020-06-22T18:08:08.403700Z

Thanks for the response @ikitommi, I'll look into it

👍 1