Skip to content

tableEntry

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

Key-value pair published as part of a table.

Type: string
Required

Unique identifier for each key-value pair.

Type: boolean

Removal indicator of a key-value pair.

Type: [ cell ]

  • featureMeasurement eco.wonderland.workcell.observation.data.defs
  • maintenanceList eco.wonderland.workcell.observation.data.defs
  • table eco.wonderland.workcell.observation.representation.defs
{
"type": "object",
"required": [
"key"
],
"properties": {
"key": {
"type": "string"
},
"removed": {
"type": "boolean"
},
"cell": {
"type": "array",
"items": {
"type": "ref",
"ref": "#cell"
}
}
}
}
© Lookinglass 2026