Liking cljdoc? Tell your friends :D

nl.jomco.openapi.v3.validator.json-schema-validator


checksclj

(checks coll)

Combine a collection of checks taking the same instance and path into a single check.

Combine a collection of checks taking the same instance and path into
a single check.
raw docstring

combine-issuesclj

(combine-issues i1 i2)

key-validatorcljmultimethod

Compile a check for the given JSON Schema key.

Path must be a canonical path to an existing key

Compile a check for the given JSON Schema key.

Path must be a canonical path to an existing key
raw docstring

keyword-errorclj

(keyword-error {:keys [specification]}
               {:keys [path schema schema-path canonical-schema-path]
                :as error})

schema-validatorclj

(schema-validator {:keys [specification cache] :as context}
                  canonical-schema-path)

sibling-pathclj

(sibling-path path k)

unique?clj

(unique? items)

validation-errorclj

(validation-error {:keys [path schema-path canonical-schema-path schema]
                   :as error})

validator-contextclj

(validator-context specification)

with-schema-path-sectionclj

(with-schema-path-section validator schema-path-section)

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

× close