Skip to content

entryDefinition

Lexicon: eco.wonderland.workcell.device.data.property.definition.defs
Type: object

Semantic definition of an entry.

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.

Type: [ cellDefinition ]

Type: dataItemType

Same as type. See DataItem Types.

Type: dataItemSubType

Same as subType. See DataItem.

Type: dataItemType

Type that defines the meaning of key.

  • definition eco.wonderland.workcell.device.data.property.defs
{
"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"
}
}
}
© Lookinglass 2026