tableEntry
Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object
Key-value pair published as part of a table.
Properties
Section titled “Properties”Type: string
Required
Unique identifier for each key-value pair.
removed
Section titled “removed”Type: boolean
Removal indicator of a key-value pair.
Type: [ cell ]
Referenced By
Section titled “Referenced By”- featureMeasurement
eco.wonderland.workcell.observation.data.defs - maintenanceList
eco.wonderland.workcell.observation.data.defs - table
eco.wonderland.workcell.observation.representation.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "key" ], "properties": { "key": { "type": "string" }, "removed": { "type": "boolean" }, "cell": { "type": "array", "items": { "type": "ref", "ref": "#cell" } } }}