field name : t.Literal[‘JsonPathAction@1’][Required]
Action name.
field expression : str[Required]
JsonPath expression
field captures : dict[str, str][Optional]
Captures to store the matching result - key is the name of the capture, value is ignored.
Where to store the matching result. The key is the name of the capture, the value is ignored, so leave it empty. If the expression does not match anything, the capture will not be created. If the expression matches multiple values, only the first one will be captured unless you define a capture for each match.
field input_ : str[Required](alias ‘input’)
The input to apply the expression to. It can be a JSON string or a Jinja2 template.