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 want to eventually just use JSONPath for variable expansion but in the short-term we should just add an extra star expansion for array types for our string-prefix based expansion. e.g. params.myarray will cause the create "both" a params.myarray and params.myarray[*] map key for ApplyArrayReplacements and the various validate methods.
This will let us update our tests to use the star-expansion in advance of jsonpath support.
The text was updated successfully, but these errors were encountered:
We want to eventually just use JSONPath for variable expansion but in the short-term we should just add an extra star expansion for array types for our string-prefix based expansion. e.g.
params.myarray
will cause the create "both" aparams.myarray
andparams.myarray[*]
map key forApplyArrayReplacements
and the various validate methods.This will let us update our tests to use the star-expansion in advance of jsonpath support.
The text was updated successfully, but these errors were encountered: