Liking cljdoc? Tell your friends :D

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

Provides JSON Schema validation functions for nl.jomco.openapi.v3.validator.

This namespace does not provide a stable API except for the vars documented in nl.jomco.openapi.v3.validator.

Provides JSON Schema validation functions for `nl.jomco.openapi.v3.validator`.

This namespace does not provide a stable API except for the vars
documented in `nl.jomco.openapi.v3.validator`.
raw docstring

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

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

re-predclj

(re-pred regular-expression)

Create a format predicate from a regular-expression.

The predicate takes a string and returns true if the expression matches part of the string.

Create a format predicate from a `regular-expression`.

The predicate takes a string and returns `true` if the expression
matches part of the string.
sourceraw docstring

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

× close