Skip to content

specificationRelationship

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

AbstractDataItemRelationship that provides a semantic reference to another specification described by type and idRef.

Type: string
Required

Reference to the related entity’s id.

Type: string

Descriptive name associated with this abstractDataItemRelationship.

Type: specificationRelationshipType
Required

Specifies how the specification 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#specificationRelationshipType"
}
}
}
© Lookinglass 2026