Hi, is it possible to prevent unsuccessful coercions from throwing in reitit.frontend? https://github.com/metosin/reitit/issues/334
Is there a way to attach descriptions for swagger to the parameters in a request? I have a parameter name, value, parameter type, and data type. But I've not seen a description populated in any examples.
(def Org-Ref
[:map {:title "Organisation name"}
[:ref {:swagger/description "Name of the organisation"
:swagger/example "Acme rentals, Houston TX"} Name]])
^^^ using malli though
Ah, ok. I'd love to use malli, but that's not an option at the moment.
For spec using spec-tools: https://github.com/metosin/spec-tools/blob/master/docs/04_json_schema.md#annotated-specs
Not currently.
=(