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