A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at fix/spotify 26 lines 584 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.rocksky.dropbox.getFiles", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Retrieve a list of files from Dropbox", 8 "parameters": { 9 "type": "params", 10 "properties": { 11 "at": { 12 "type": "string", 13 "description": "Path to the Dropbox folder or root directory" 14 } 15 } 16 }, 17 "output": { 18 "encoding": "application/json", 19 "schema": { 20 "type": "ref", 21 "ref": "app.rocksky.dropbox.defs#fileListView" 22 } 23 } 24 } 25 } 26}