items Schema #
undefined#/properties/postProcess/items/allOf/4/properties/params/allOf/0/properties/aggregations/items
items TODO
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* |
items Type #
object
(items)
items Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
source | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
target | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
f | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
removeSource | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
source #
source TODO
source
- is optional
- type:
string
- cannot be null
- Unstructured type
target #
target TODO
target
- is optional
- type:
string
- cannot be null
- Unstructured type
f #
The aggregation function to apply
f
f Constraints #
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"count" |
|
"count.valid" |
|
"count.missing" |
|
"count.distinct" |
|
"count.map" |
|
"unique" |
|
"median" |
|
"quartile" |
|
"quantile" |
|
"sum" |
|
"mean" |
|
"variance" |
|
"stdev" |
|
"modeskew" |
|
"min" |
|
"max" |
|
"extent" |
removeSource #
removeSource TODO
removeSource
- is optional
- type:
boolean
- cannot be null
- Unstructured type