Validate the data against the schema. Is a proxy for malli
Validate the data against the schema. Is a proxy for malli
(schema-valid schema data)Return true if the data is matching the schema Params:
schema schema to matchdata data to check appliance to schemaReturn true if the data is matching the schema Params: * `schema` schema to match * `data` data to check appliance to schema
(schema-valid-humanize schema data)Returns nil if valid, the error message otherwise.
Params:
schema schema to matchdata data to check appliance to schemaReturns nil if valid, the error message otherwise. Params: * `schema` schema to match * `data` data to check appliance to schema
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 |