componentRef
Lexicon: eco.wonderland.workcell.device.reference.defs
Type: object
Reference that is a pointer to all of the information associated with another entity defined for a piece of equipment. componentRef allows all of the information of (lower level component entities that is associated with the other entity to be directly associated with this entity.
Properties
Section titled “Properties”Type: string
Required
Pointer to the id of an entity that contains the information to be associated with this entity.
Type: string
Name of an element or a piece of equipment.
Referenced By
Section titled “Referenced By”- references
eco.wonderland.workcell.device.reference.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "idRef" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" } }}