pick params Schema #
undefined#/properties/postProcess/items/allOf/9/properties/params
Parameters to be passed to the pick 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
(pick params)
pick params Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
defaultProperties | array |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
properties | array |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
defaultProperties #
defaultProperties TODO
defaultProperties
- is optional
- type:
string[]
- cannot be null
- defined in: defaultProperties
properties #
The properties to copy from the last step of processing to the next step
properties
- is optional
- type:
string[]
- cannot be null
- defined in: specSchema (Unified Pipeline Specification)