You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we haven't use schema references in JSON Schema or in Swagger JSON Schema. This is the reason to implement those. When it works, there could be a option how to generate the nested schemas:
a) inline 'em all (current)
b) only references
c) custom behaviour?
copied from: metosin/compojure-api#339
---8<---
When I set the coercion to
:spec
and use a recursive spec like :Swagger fail with this error:
It seems that the clojure.spec -> swagger conversion keep walking the recursive spec until the stack blows up.
The text was updated successfully, but these errors were encountered: