entryDefinition
Lexicon: eco.wonderland.workcell.device.data.property.definition.defs
Type: object
Semantic definition of an entry.
Properties
Section titled “Properties”Type: string
Unique identification of the entry in the definition. The description applies to all entry observation having this key.
Type: unit
Same as units. See Value Properties of DataItem.
cellDefinitions
Section titled “cellDefinitions”Type: [ cellDefinition ]
Type: dataItemType
Same as type. See DataItem Types.
subType
Section titled “subType”Type: dataItemSubType
Same as subType. See DataItem.
keyType
Section titled “keyType”Type: dataItemType
Type that defines the meaning of key.
Referenced By
Section titled “Referenced By”- definition
eco.wonderland.workcell.device.data.property.defs
Schema
Section titled “Schema”{ "type": "object", "properties": { "key": { "type": "string" }, "units": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#unit" }, "cellDefinitions": { "type": "array", "items": { "type": "ref", "ref": "#cellDefinition" } }, "type": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemType" }, "subType": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType" }, "keyType": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemType" } }}