Skip to content

lexicon

Id: eco.wonderland.workcell.device.data.property.relationship.defs
Type: lexicon

{
"id": "eco.wonderland.workcell.device.data.property.relationship.defs",
"lexicon": 1,
"defs": {
"abstractDataItemRelationship": {
"type": "object",
"required": [
"idRef"
],
"properties": {
"idRef": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"dataItemRelationship": {
"type": "object",
"required": [
"idRef",
"type"
],
"properties": {
"idRef": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#dataItemRelationshipType"
}
}
},
"specificationRelationship": {
"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