Skip to content

timeSeries

Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object

Representation for an observation composed of a series of sampled data. timeSeries for an observation is defined by the associated representation as time-series. representation as time-series MUST have category of sample.

Type: int32
Required

Number of values given for the observation.

Type: [ bytes ]
Required

{
"type": "object",
"required": [
"sampleCount",
"value"
],
"properties": {
"sampleCount": {
"type": "integer"
},
"value": {
"type": "array",
"minLength": 1,
"items": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
}
}
© Lookinglass 2026