Liking cljdoc? Tell your friends :D

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


char-countclj

(char-count s)

Count the number of Unicode codepoints in a string.

Note that this is different from (count s) which counts the number of 16-bit chars; so that would count codepoints outside the Basic Multi-lingual Plane multiple times

Count the number of Unicode codepoints in a string.

Note that this is different from `(count s)` which counts the number
of 16-bit chars; so that would count codepoints outside the Basic
Multi-lingual Plane multiple times
sourceraw docstring

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.
sourceraw docstring

combine-issuesclj

(combine-issues i1 i2)
source

format-predicatesclj

source

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
sourceraw docstring

keyword-errorclj

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

re-predclj

(re-pred r)
source

schema-validatorclj

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

sibling-pathclj

(sibling-path path k)
source

unique?clj

(unique? coerce-fn items)
source

validation-errorclj

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

validator-contextclj

(validator-context specification & [opts])
source

with-schema-path-sectionclj

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

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

× close