Class - mitto.iov2.input.StoreInput
¶
JSON Schema¶
StoreInput¶
Inputter that takes values from a store. |
||||
type |
object |
|||
properties |
||||
|
Name |
|||
Name of the store to use as input. |
||||
type |
string |
|||
examples |
salesforce_asset |
|||
shopify_orders |
||||
|
Jpath |
|||
JSON Path specifying the data to get from each record.
|
||||
type |
string |
|||
examples |
$.invoice_lines[*] |
|||
$.[*] |
||||
$.itemList.item[*] |
||||
$ |
||||
|
Members |
|||
List of members from which to obtain additional data.
|
||||
type |
array |
|||
examples |
name |
invoice_id |
||
value |
$.id |
|||
name |
item_id |
|||
value |
$.item_id |
|||
name |
last_modified_date |
|||
value |
$.last_modified |
|||
items |
type |
object |
||
additionalProperties |
type |
string |
||
|
Params |
|||
Any supported parameters. |