(->doc spec)(->openapi {:keys [schema description]})(->parameters schema)(->request-body {:keys [body] :as _schema})(->responses spec)(apron->openapi-schema schema)(apron->openapi-schema+refs spec)Like apron->openapi-schema, but returns {:schema <schema-or-ref> :refs {<name> <schema>}}. Specs tagged with :name are collected into :refs; the call site shows {"$ref": ...}.
Like apron->openapi-schema, but returns {:schema <schema-or-ref> :refs {<name> <schema>}}.
Specs tagged with :name are collected into :refs; the call site shows {"$ref": ...}.(routes->paths routes)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |