Skip to content

dataItemRelationship

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

AbstractDataItemRelationship that provides a semantic reference to another dataItem described by type.

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.

  • 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
{
"type": "object",
"required": [
"idRef",
"type"
],
"properties": {
"idRef": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#dataItemRelationshipType"
}
}
}
© Lookinglass 2026