From 3116fd34cf3073c1029af969c64ed02be636339c Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Fri, 21 Mar 2025 19:18:57 -0400 Subject: [PATCH] chore: update wording on initial_state description field of schema --- build_helpers/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index bc4f2e6f4..63fb9d6ec 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1028,7 +1028,7 @@ "type": "boolean" }, "initial_state": { - "description": "Initial state of the system.", + "description": "Initial state of the trading system.", "type": "string", "enum": [ "running",