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 is a website building & hosting documentation for Clojure/Script libraries
× close