Skip to content

collaborator

Lexicon: eco.wonderland.workcell.interface.interaction.multi.defs
Type: object

Type: priority
Required

Type: string

Type: collaboratorType
Required

Type: boolean

Type: [ capability ]

  • taskArchetype eco.wonderland.workcell.interface.interaction.multi.defs
  • task eco.wonderland.workcell.interface.interaction.multi.defs
{
"type": "object",
"required": [
"priority",
"collaboratorType"
],
"properties": {
"priority": {
"type": "ref",
"ref": "#priority"
},
"collaboratorId": {
"type": "string"
},
"collaboratorType": {
"type": "ref",
"ref": "#collaboratorType"
},
"optional": {
"type": "boolean"
},
"capabilities": {
"type": "array",
"items": {
"type": "ref",
"ref": "#capability"
}
}
}
}
© Lookinglass 2026