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