Class - mitto.iov2.input.StoreInput

JSON Schema

StoreInput

Inputter that takes values from a store.

type

object

properties

  • name

Name

Name of the store to use as input.

type

string

examples

salesforce_asset

shopify_orders

  • jpath

Jpath

JSON Path specifying the data to get from each record.

type

string

examples

$.invoice_lines[*]

$.[*]

$.itemList.item[*]

$

  • members

Members

List of members from which to obtain additional data.

Each member must be a dict with name and value keys. value must be a JSON Path specifying the additional data to include.

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

Params

Any supported parameters.