lexicon
Id: eco.wonderland.workcell.device.reference.defs
Type: lexicon
Arrays
Section titled “Arrays”Objects
Section titled “Objects”- componentRef: Reference that is a pointer to all of the information associated with another entity defined for a piece of equipment.
- dataItemRef: Reference that is a pointer to a dataItem associated with another entity defined for a piece of equipment.
- reference: Pointer to information that is associated with another entity defined elsewhere in the mtConnectDevices entity for a piece of equipment.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.device.reference.defs", "lexicon": 1, "defs": { "componentRef": { "type": "object", "required": [ "idRef" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" } } }, "dataItemRef": { "type": "object", "required": [ "idRef" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" } } }, "reference": { "type": "object", "required": [ "idRef" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" } } }, "references": { "type": "array", "items": { "type": "union", "refs": [ "#reference", "#componentRef", "#dataItemRef" ] } } }}