{ "lexicon": 1, "id": "app.rocksky.googledrive.downloadFile", "defs": { "main": { "type": "query", "description": "Download a file from Google Drive by its unique identifier", "parameters": { "type": "params", "required": [ "fileId" ], "properties": { "fileId": { "type": "string", "description": "The unique identifier of the file to download" } } }, "output": { "encoding": "application/octet-stream" } } } }