dataItemRelationship
Lexicon: eco.wonderland.workcell.device.data.property.relationship.defs
Type: object
AbstractDataItemRelationship that provides a semantic reference to another dataItem described by type.
Properties
Section titled “Properties”Type: string
Required
Reference to the related entity’s id.
Type: string
Descriptive name associated with this abstractDataItemRelationship.
Type: dataItemRelationshipType
Required
Specifies how the dataItem is related.
Referenced By
Section titled “Referenced By”- condition
eco.wonderland.workcell.device.data.defs - event
eco.wonderland.workcell.device.data.defs - sample
eco.wonderland.workcell.device.data.defs - dataItem
eco.wonderland.workcell.device.data.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "idRef", "type" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.data.defs#dataItemRelationshipType" } }}