Liking cljdoc? Tell your friends :D

com.unbounce.treajure.json.schema

Utilities for dealing with JSON schemas.

Utilities for dealing with JSON schemas.
raw docstring

make-standaloneclj

(make-standalone schema-uri
                 &
                 {:keys [output-as schema] :or {output-as :string schema nil}})

Outputs a new schema where all transitive references have been resolved. Supported options:

:output-as - a keyword that specifies the result format. default is :string :schema - a string that contains the preloaded schema at the specified URI. keys must be strings!

Outputs a new schema where all transitive references have been resolved.
Supported options:

:output-as - a keyword that specifies the result format.
             default is :string
:schema    - a string that contains the preloaded schema at the specified URI.
             keys must be strings!
sourceraw docstring

standalone-output-asclj

Supported output format

Supported output format
sourceraw docstring

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

× close