lexicon
Id: eco.wonderland.workcell.device.data.property.relationship.defs
Type: lexicon
Objects
Section titled “Objects”- abstractDataItemRelationship: Association between a dataItem and another entity.
- dataItemRelationship: AbstractDataItemRelationship that provides a semantic reference to another dataItem described by type.
- specificationRelationship: AbstractDataItemRelationship that provides a semantic reference to another specification described by type and idRef.
Schema
Section titled “Schema”{ "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" } } } }}