Object or array containing $path/to/value
references.
Optional schema object used as the base for lookups.
Defaults to a deep clone of object
.
Custom rule definitions used when a reference matches a rule key. Each rule maps to a tuple where the first element is the task name and the rest are arguments passed to that task.
Additional task implementations that can be referenced in
rules
.
The object with all references resolved.
Resolve
$
references within an object or array using a provided schema.References are resolved recursively allowing simple string lookups and advanced operations defined by
rules
.Example