{
  "properties": {
    "backtest_ids": {
      "description": "List of 2-10 backtest IDs to correlate",
      "items": {
        "type": "string"
      },
      "title": "Backtest Ids",
      "type": "array"
    },
    "method": {
      "default": "pearson",
      "description": "Correlation method: 'pearson' (linear) or 'spearman' (rank)",
      "enum": [
        "pearson",
        "spearman"
      ],
      "title": "Method",
      "type": "string"
    }
  },
  "required": [
    "backtest_ids"
  ],
  "title": "correlate_strategiesArguments",
  "type": "object"
}
