{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.listDownloads.schema.json",
  "title": "browser.listDownloads",
  "description": "列出最近下载 (chrome.downloads.search 实时查)",
  "type": "object",
  "properties": {
    "limit": {
      "type": null,
      "description": "[Type Gap: 未类型化]"
    }
  },
  "required": [
    "limit"
  ]
}
