lexicon
Id: eco.wonderland.workcell.device.data.property.definition.defs
Type: lexicon
Objects
Section titled “Objects”- cellDefinition: Semantic definition of a cell.
- entryDefinition: Semantic definition of an entry.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.device.data.property.definition.defs", "lexicon": 1, "defs": { "cellDefinition": { "type": "object", "properties": { "units": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#unit" }, "key": { "type": "string" }, "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" } } }, "entryDefinition": { "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" } } } }}