Liking cljdoc? Tell your friends :D

insilica.jinx


clj->jschclj

(clj->jsch clj)

Transform a Clojure syntax shorthand into JSON Schema and build it.

Transform a Clojure syntax shorthand into JSON Schema and build it.
sourceraw docstring

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 schema instance)
(validate schema instance 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