main
Lexicon: eco.wonderland.scheduler.completeUpload
Type: procedure
tenancy
Section titled “tenancy”Type: tenancy
schedule
Section titled “schedule”Type: schedule
Required
reciepts
Section titled “reciepts”Type: [ reciept ]
Required
Type: mimeTask
Required
Output
Section titled “Output”Type: file
Required
workcell
Section titled “workcell”Type: mtConnectDevicesExceptionsReport | mtConnectDevices | mtConnectError
Schema
Section titled “Schema”{ "type": "procedure", "input": { "encoding": "application/json", "schema": { "type": "object", "required": [ "schedule", "reciepts", "task" ], "properties": { "tenancy": { "type": "ref", "ref": "lex:eco.wonderland.scheduler.defs#tenancy" }, "schedule": { "type": "ref", "ref": "lex:eco.wonderland.scheduler.defs#schedule" }, "reciepts": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.scheduler.defs#reciept" } }, "task": { "type": "union", "refs": [ "lex:eco.wonderland.scheduler.defs#mimeTask" ] } } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": [ "file" ], "properties": { "file": { "type": "ref", "ref": "lex:eco.wonderland.scheduler.defs#file" }, "workcell": { "type": "union", "refs": [ "lex:eco.wonderland.workcell.protocol.mtconnect.exception.defs#mtConnectDevicesExceptionsReport", "lex:eco.wonderland.workcell.protocol.mtconnect.device.defs#mtConnectDevices", "lex:eco.wonderland.workcell.protocol.mtconnect.error.defs#mtConnectError" ] } } } }}