lexicon
Id: eco.wonderland.workcell.device.composition.defs
Type: lexicon
Arrays
Section titled “Arrays”Objects
Section titled “Objects”- composition: Functional part of a piece of equipment contained within a component.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.device.composition.defs", "lexicon": 1, "defs": { "composition": { "type": "object", "required": [ "id", "type" ], "properties": { "configuration": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.configuration.defs#configuration" }, "id": { "type": "string" }, "type": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.data.defs#compositionType" }, "name": { "type": "string" }, "uuid": { "type": "string" } } }, "compositions": { "type": "array", "items": { "type": "ref", "ref": "#composition" } } }}