lexicon
Id: eco.wonderland.scheduler.completeUpload
Type: lexicon
Procedures
Section titled “Procedures”Schema
Section titled “Schema”{ "id": "eco.wonderland.scheduler.completeUpload", "lexicon": 1, "defs": { "main": { "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" ] } } } } } }}