Skip to content

main

Lexicon: eco.wonderland.scheduler.listFiles
Type: procedure

Type: string
Required

Type: tenancy

Type: integer
Default: 25

Type: string

Type: [ file ]
Required

Type: string

{
"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"
}
}
}
}
}
© Lookinglass 2026