Skip to content

lexicon

Id: eco.wonderland.scheduler.scheduleDownload
Type: lexicon

{
"id": "eco.wonderland.scheduler.scheduleDownload",
"lexicon": 1,
"defs": {
"main": {
"type": "procedure",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [
"blob"
],
"properties": {
"tenancy": {
"type": "ref",
"ref": "lex:eco.wonderland.scheduler.defs#tenancy"
},
"blob": {
"type": "blob"
}
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [
"schedule"
],
"properties": {
"schedule": {
"type": "ref",
"ref": "lex:eco.wonderland.scheduler.defs#schedule"
}
}
}
}
}
}
}
© Lookinglass 2026