Liking cljdoc? Tell your friends :D

automaton-core.adapters.schema

Validate the data against the schema. Is a proxy for malli

Validate the data against the schema.
Is a proxy for malli
raw docstring

schema-validclj/s

(schema-valid schema data)

Return true if the data is matching the schema Params:

  • schema schema to match
  • data data to check appliance to schema
Return true if the data is matching the schema
Params:
* `schema` schema to match
* `data` data to check appliance to schema
raw docstring

schema-valid-humanizeclj/s

(schema-valid-humanize schema data)

Returns nil if valid, the error message otherwise.

Params:

  • schema schema to match
  • data data to check appliance to schema
Returns nil if valid, the error message otherwise.

Params:
* `schema` schema to match
* `data` data to check appliance to schema
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close