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
Using clojure.core/or inside :req of s/keys, when transformed to openapi / swagger / json-schema, shows all its args as required, which is not correct:
The text was updated successfully, but these errors were encountered:
nikolavojicic
changed the title
s/keys + clojure.core/or -> swagger returns args to or as required
s/keys + clojure.core/or -> swagger returns or args as required
Jul 1, 2021
Using
clojure.core/or
inside:req
ofs/keys
, when transformed toopenapi
/swagger
/json-schema
, shows all its args as required, which is not correct:The text was updated successfully, but these errors were encountered: