metosin / spec-tools

Clojure(Script) tools for clojure.spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing title in spec/merge swagger

rgould1 opened this issue · comments

I believe the accept-merge method should be wrapped in a call to maybe-with-title, same as the accept-spec implementation for clojure.spec.alpha/keys

Similar issue with the cats function

PR welcome to fix these.