Malli schemas for oie middleware config validation.
Intended for consumer-side validation at system startup, before
constructing middleware. Call validate-config with the appropriate
schema to get clear error messages early.
Malli schemas for oie middleware config validation. Intended for consumer-side validation at system startup, before constructing middleware. Call `validate-config` with the appropriate schema to get clear error messages early.
(validate-config schema value context)Validates value against schema. Returns value if valid.
Throws ex-info with humanized errors on failure.
Validates `value` against `schema`. Returns `value` if valid. Throws ex-info with humanized errors on failure.
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 |