Liking cljdoc? Tell your friends :D

com.timezynk.domain.validation

This namespace is copied from com.timezynk.domain.util.schema.validation.

This namespace is copied from com.timezynk.domain.util.schema.validation.
raw docstring

<not=clj

source

<or=clj

source

>not=clj

source

>or=clj

source

all-ofclj

(all-of & rules)
source

eqclj

source

hasclj

source

has-notclj

source

ltclj

source

lt=clj

source

match-param-valuesclj

source

none-ofclj

source

one-ofclj

source

some-ofclj

source

validate-doc!clj

(validate-doc! rule doc)

Validates document. Expects a packed document with validated properties. Throws an exception if the validation does not pass.

Validates document. Expects a packed document with validated properties. Throws an exception if the validation does not pass.
sourceraw docstring

validate-interval-params!clj

(validate-interval-params! {:keys [params]})
source

validate-json-input!clj

(validate-json-input! properties doc)

Validates each property. Expects to validate if a json structure can be packed.

Validates each property. Expects to validate if a json structure can be packed.
sourceraw docstring

validate-propertiesclj

(validate-properties all-optional? properties doc)
source

validate-properties!clj

(validate-properties! all-optional? properties doc)

Validates each property. Expects a packed doc.. Throws an exception if the validation does not pass.

Validates each property. Expects a packed doc..
Throws an exception if the validation does not pass.
sourceraw docstring

validate-schema!clj

(validate-schema! all-optional?
                  pack-params
                  schema
                  exclude-from-validation
                  params)

Deprecated. Validates and pack. Throws an exception if the validation is not passed

Deprecated. Validates and pack. Throws an exception if the validation is not passed
sourceraw docstring

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

× close