dataSet
Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object
Representation for an observation composed of value(s) represented as a set of key-value pair.
dataSet for an observation is defined by the associated representation as DATA_SET.
representation as data-set MUST have category as sample or event`.
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "#entry" } } }}