timingSignpost params Schema #
undefined#/properties/postProcess/items/allOf/19/properties/params
Parameters to be passed to the timingSignpost 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
(timingSignpost params)
timingSignpost params Properties #
startTime #
startTime TODO
startTime
- is optional
- type:
string
- cannot be null
- Unstructured type
endTime #
endTime TODO
endTime
- is optional
- type:
string
- cannot be null
- Unstructured type
startTimeInclusive #
startTimeInclusive TODO
startTimeInclusive
- is optional
- type:
boolean
- cannot be null
- Unstructured type
endTimeExclusive #
endTimeExclusive TODO
endTimeExclusive
- is optional
- type:
boolean
- cannot be null
- Unstructured type
incrementer #
incrementer TODO
incrementer
- is optional
- type: any of the folllowing:
array
orstring
(incrementer) - cannot be null
- defined in: incrementer
continueCondition #
continueCondition TODO
continueCondition
- is optional
- type: any of the folllowing:
array
orstring
(continueCondition) - cannot be null
- defined in: continueCondition
signpost #
signpost TODO
signpost
- is optional
- type: any of the folllowing:
array
orstring
(signpost) - cannot be null
- defined in: signpost
signpostTemplate #
signpostTemplate TODO
signpostTemplate
- is optional
- type:
object
(signpostTemplate) - cannot be null
- defined in: signpostTemplate
timeExtractor #
timeExtractor TODO
timeExtractor
- is optional
- type: any of the folllowing:
array
orstring
(timeExtractor) - cannot be null
- defined in: timeExtractor
interleave #
Enumeration of strings with constraints below
interleave
- is optional
- type: unknown (interleave)
- cannot be null
- defined in: interleave
interleave Constraints #
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"before" |
|
"after" |
|
"no-interleave" |
data #
Inline data to be processed by the JSONata expressions
data