Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 695 Bytes

PayloadField.md

File metadata and controls

14 lines (7 loc) · 695 Bytes

PayloadField

PayloadField binds a value at path within the event payload against a name.

Properties

Name Type Description Notes
path String Path is the JSONPath of the event's (JSON decoded) data key Path is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.
name String Name acts as key that holds the value at the path.