composition
Lexicon: eco.wonderland.workcell.device.composition.defs
Type: object
Functional part of a piece of equipment contained within a component. composition MUST NOT have child component, composition, or dataItems elements.
Properties
Section titled “Properties”description
Section titled “description”Type: description
configuration
Section titled “configuration”Type: configuration
Type: string
Required
Unique identifier for the composition element.
Type: compositionType
Required
Type of composition.
Type: string
Name of the composition element.
Type: string
Universally unique identifier for the composition.
Referenced By
Section titled “Referenced By”- compositions
eco.wonderland.workcell.device.composition.defs
Schema
Section titled “Schema”{ "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" } }}