collaborator
Lexicon: eco.wonderland.workcell.interface.interaction.multi.defs
Type: object
Properties
Section titled “Properties”priority
Section titled “priority”Type: priority
Required
collaboratorId
Section titled “collaboratorId”Type: string
collaboratorType
Section titled “collaboratorType”Type: collaboratorType
Required
optional
Section titled “optional”Type: boolean
capabilities
Section titled “capabilities”Type: [ capability ]
Referenced By
Section titled “Referenced By”- taskArchetype
eco.wonderland.workcell.interface.interaction.multi.defs - task
eco.wonderland.workcell.interface.interaction.multi.defs
Schema
Section titled “Schema”{ "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" } } }}