dataTarget Schema #
undefined#/properties/dataTarget
The destination for data transformations
| 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* |
dataTarget Type #
any of the folllowing: string or object or array (dataTarget)
all of
-
all of
dataTarget Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| target | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| serialization | array |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
target #
Enumeration of destination data system types
target
- is optional
- type:
string - cannot be null
- Unstructured type
target Constraints #
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"s3" |
|
"mqtt" |
serialization #
A list of formats of data persisted to the target for data transformations
serialization
- is optional
- type:
object[](items) - cannot be null
- defined in: serialization