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`.
(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
(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.
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
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close