{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.operate.schema.json",
  "title": "browser.operate",
  "description": "在页面上执行动作 (click/fill/goto/snapshot/evaluate/...)",
  "type": "object",
  "properties": {
    "params": {
      "type": null
    }
  },
  "required": [
    "params"
  ]
}
