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.
Properties
Section titled “Properties”sampleCount
Section titled “sampleCount”Type: int32
Required
Number of values given for the observation.
Type: [ bytes ]
Required
Schema
Section titled “Schema”{ "type": "object", "required": [ "sampleCount", "value" ], "properties": { "sampleCount": { "type": "integer" }, "value": { "type": "array", "minLength": 1, "items": { "type": "bytes", "minLength": 4, "maxLength": 4 } } }}