From a9714727b11c8de835aa1012de0e593fbcaebff1 Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Fri, 21 Mar 2025 11:54:44 -0400 Subject: [PATCH] feat: add paused state to initial state in schema --- build_helpers/schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index c5bbeb4ef..bc4f2e6f4 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1032,6 +1032,7 @@ "type": "string", "enum": [ "running", + "paused", "stopped" ] },