Skip to content

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.

Type: [ tableEntry ]

Type: int32
Required

Number of key-value pair represented as entry entities.

{
"type": "object",
"required": [
"count"
],
"properties": {
"tableEntry": {
"type": "array",
"items": {
"type": "ref",
"ref": "#tableEntry"
}
},
"count": {
"type": "integer"
}
}
}
© Lookinglass 2026