Skip to content

lexicon

Id: eco.wonderland.workcell.device.composition.defs
Type: lexicon

  • composition: Functional part of a piece of equipment contained within a component.
{
"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"
}
}
}
}
© Lookinglass 2026