You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We treat `::` as the delimiter between reference path and default value.
The implementation currently first resolves all nested references in
both the reference and the default value parts before even looking for
`:` and `::`.
Right now, the default value is always emitted as a string. The current
plan is to simply try to parse the default value as JSON to allow
complex default values (directly or via reference). We still need to
decide how exactly we want users to provide literal defaults (possibly
as '${ref:path::`<valid JSON>`}' so that literal booleans etc. work
correctly.
0 commit comments