From 4a8f487b687e143b020b907e69afa837492a0960 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 5 Nov 2025 20:38:55 +0100 Subject: [PATCH] chore: update json schema --- build_helpers/schema.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index fd45e1cde..d621737fc 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -301,18 +301,7 @@ "description": "Hyperopt parameter spaces to optimize. Default is the default set andincludes all spaces except for 'trailing', 'protection', and 'trades'.", "type": "array", "items": { - "type": "string", - "enum": [ - "all", - "buy", - "sell", - "roi", - "stoploss", - "trailing", - "protection", - "trades", - "default" - ] + "type": "string" }, "default": [ "default"