Skip to content

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.

Type: description

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.

  • compositions eco.wonderland.workcell.device.composition.defs
{
"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"
}
}
}
© Lookinglass 2026