Liking cljdoc? Tell your friends :D

c3kit.apron.schema.openapi


->docclj/s

(->doc spec)

->openapiclj/s

(->openapi {:keys [schema description]})

->parametersclj/s

(->parameters schema)

->request-bodyclj/s

(->request-body {:keys [body] :as _schema})

->responsesclj/s

(->responses spec)

apron->openapi-schemaclj/s

(apron->openapi-schema schema)

apron->openapi-schema+refsclj/s

(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": ...}.
raw docstring

openapi-formatsclj/s


openapi-typesclj/s


routes->pathsclj/s

(routes->paths routes)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close