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