{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.getDownload.schema.json",
  "title": "browser.getDownload",
  "description": "查单个下载状态",
  "type": "object",
  "properties": {
    "id": {
      "type": "number"
    }
  },
  "required": [
    "id"
  ]
}
