{
  "properties": {
    "backtest_id": {
      "description": "ID of the backtest to re-run",
      "title": "Backtest Id",
      "type": "string"
    },
    "storage_profile": {
      "default": "backtest_diagnostic",
      "description": "Storage profile for the re-run. 'backtest_diagnostic' enables explain_bar, etc. 'backtest_minimal' skips indicators, condition data, and bar events.",
      "title": "Storage Profile",
      "type": "string"
    }
  },
  "required": [
    "backtest_id"
  ],
  "title": "rerun_backtestArguments",
  "type": "object"
}
