lexicon
Id: eco.wonderland.scheduler.listFiles
Type: lexicon
Procedures
Section titled “Procedures”Schema
Section titled “Schema”{ "id": "eco.wonderland.scheduler.listFiles", "lexicon": 1, "defs": { "main": { "type": "procedure", "input": { "encoding": "application/json", "schema": { "type": "object", "required": [ "did" ], "properties": { "did": { "type": "string", "format": "did" }, "tenancy": { "type": "ref", "ref": "lex:eco.wonderland.scheduler.defs#tenancy" }, "limit": { "type": "integer", "minimum": 1, "maximum": 100, "default": 25 }, "cursor": { "type": "string" } } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": [ "files" ], "properties": { "files": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.scheduler.defs#file" } }, "cursor": { "type": "string" } } } } } }}