Skip to content

assetRelationship

Lexicon: eco.wonderland.workcell.device.configuration.relationship.defs
Type: object

ConfigurationRelationship that describes the association between a component or an asset and another asset.

Type: string

Name associated with this configurationRelationship.

Type: string
Required

Unique identifier for this configurationRelationship.

Type: relationshipType
Required

Defines the authority that this piece of equipment has relative to the associated piece of equipment.

Type: criticalityType

Defines whether the services or functions provided by the associated piece of equipment is required for the operation of this piece of equipment.

Type: string
Required

Uuid of the related asset.

Type: string
Required

Type of asset being referenced.

Type: string

URI reference to the associated asset. href MUST also include the uuid for that specific piece of equipment. href is of type xlink:href from the W3C XLink specification: https://www.w3.org/TR/xlink11/.

  • configuration eco.wonderland.workcell.device.configuration.defs
{
"type": "object",
"required": [
"id",
"type",
"assetIdRef",
"assetType"
],
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#relationshipType"
},
"criticality": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#criticalityType"
},
"assetIdRef": {
"type": "string"
},
"assetType": {
"type": "string"
},
"href": {
"type": "string"
}
}
}
© Lookinglass 2026