In a config modifier schema, use get to retrieve a value at a given path.
To retrieve a nested property value, use dot.notation; a prefix . isn’t required. Additionally, we support an array[index] notation (e.g., get: someArray[0].someProperty).
This value can either be simply returned or used as a starting point for other keywords at the same level or nested below.
Copy get path
This keyword executes at the following nesting level:
- omit
- constant
- references
- use
- get
- properties or if or concat or switch or pipe or merge
- default
- plugin
You could indicate which value in an array to return.
Example: Get input from initial payload
json
Example: Config modifier with get keyword
yaml
Example: Get output
json