definition
Lexicon: eco.wonderland.workcell.device.data.property.defs
Type: object
Defines the meaning of entry and cell entities when the associated representation is either data-set or table.
Properties
Section titled “Properties”cellDefinitions
Section titled “cellDefinitions”Type: [ cellDefinition ]
entryDefinitions
Section titled “entryDefinitions”Type: [ entryDefinition ]
Referenced By
Section titled “Referenced By”- condition
eco.wonderland.workcell.device.data.defs - event
eco.wonderland.workcell.device.data.defs - sample
eco.wonderland.workcell.device.data.defs - dataItem
eco.wonderland.workcell.device.data.defs
Schema
Section titled “Schema”{ "type": "object", "properties": { "cellDefinitions": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.data.property.definition.defs#cellDefinition" } }, "entryDefinitions": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.data.property.definition.defs#entryDefinition" } } }}