main
Lexicon: eco.wonderland.scheduler.listFiles
Type: procedure
Type: string
Required
tenancy
Section titled “tenancy”Type: tenancy
Type: integer
Default: 25
cursor
Section titled “cursor”Type: string
Output
Section titled “Output”Type: [ file ]
Required
cursor
Section titled “cursor”Type: string
Schema
Section titled “Schema”{ "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" } } } }}