table
Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object
Representation for an observation composed of two-dimensional sets of key-value pair where the entry represents rows containing sets of key-value pair given by cell entities.
table for an observation is defined by the associated representation as table.
representation as table MUST have category as sample or event.
Properties
Section titled “Properties”tableEntry
Section titled “tableEntry”Type: [ tableEntry ]
Type: int32
Required
Number of key-value pair represented as entry entities.
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "tableEntry": { "type": "array", "items": { "type": "ref", "ref": "#tableEntry" } }, "count": { "type": "integer" } }}