Liking cljdoc? Tell your friends :D

salmon.validation


allow-refsclj

(allow-refs map-schema)

Transform a map schema to allow entries to match either donut.system/ref? or the original schema.

This produces a schema that can be used to do partial validation against known values before the other values are known.

Transform a map schema to allow entries to match either `donut.system/ref?`
or the original schema.

This produces a schema that can be used to do partial validation against
known values before the other values are known.
sourceraw docstring

refs-resolveable?clj

(refs-resolveable? system referencing-component-id x)

Returns true if all refs refer to either started services or constant values.

Returns true if all refs refer to either started services or constant
values.
sourceraw docstring

resolve-refsclj

(resolve-refs system referencing-component-id x)

Resolve all refs in x that refer to either started services or constant values.

Resolve all refs in x that refer to either started services or constant
values.
sourceraw docstring

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

× close