forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
1{
2 "lexicon": 1,
3 "id": "app.rocksky.dropbox.downloadFile",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Download a file from Dropbox by its unique identifier",
8 "parameters": {
9 "type": "params",
10 "required": [
11 "fileId"
12 ],
13 "properties": {
14 "fileId": {
15 "type": "string",
16 "description": "The unique identifier of the file to download"
17 }
18 }
19 },
20 "output": {
21 "encoding": "application/octet-stream"
22 }
23 }
24 }
25}