Common Options
Last updated
Was this helpful?
Was this helpful?
ctx:
something:
a: 1
b: 2'<assignTo>':
ctx: '$.something'
# if override is not provided assigned value and existing will be merged
override: true# push some value to `ctx.something` field array
# if field is missing - it will be created with array and one pushed element in it
'<pushTo>': '$.ctx.something''<pushTo>':
ctx: '$.target'
# if children option is passed value's array items will be pushed to `target` array instead of pushing value itself
children: true