{
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Name for the cloned strategy; defaults to the source name",
      "title": "Name"
    },
    "strategy_id": {
      "description": "ID of the strategy to clone",
      "title": "Strategy Id",
      "type": "string"
    }
  },
  "required": [
    "strategy_id"
  ],
  "title": "builder_clone_strategyArguments",
  "type": "object"
}
