Defines malli schemas for the raql language and provides functions to validate and explain errors.
Defines malli schemas for the raql language and provides functions to validate and explain errors.
(explain schema form)
Returns humanized error descriptions as data or nil if the form is valid.
Returns humanized error descriptions as data or nil if the form is valid.
(explain-data schema form)
Returns raw error descriptions as data or nil if the form is valid.
Returns raw error descriptions as data or nil if the form is valid.
(schema)
(schema rule-name)
Create a schema for the specified start rule
Create a schema for the specified start rule
(valid? schema form)
Validates the form against the raql schema.
Validates the form against the raql schema.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close