jsonataRow params Schema #
undefined#/properties/postProcess/items/allOf/14/properties/params
Parameters to be passed to the jsonataRow module
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object (jsonataRow params)
jsonataRow params Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| expression | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
expression #
A sequence of JSONata expressions to apply to rows generated by the preceding processing step
expression
- is optional
- type: any of the folllowing:
arrayorstring(expression) - cannot be null
- defined in: expression
data #
Inline data to be processed by the JSONata expressions
data