Liking cljdoc? Tell your friends :D
Clojure only.

juxt.jinx-alpha


schemaclj

(schema s)
(schema s options)

Build a JSON Schema from a map (or boolean). Must conform to rules. Returns a map that can be used in validation.

Build a JSON Schema from a map (or boolean). Must conform to
rules. Returns a map that can be used in validation.
sourceraw docstring

validateclj

(validate instance schema)
(validate instance schema options)

Validate a map (or boolean) according to the given schema.

Validate a map (or boolean) according to the given schema.
sourceraw docstring

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

× close