feat: add paused state to initial state in schema

This commit is contained in:
Axel-CH
2025-03-21 11:54:44 -04:00
parent 7178ce8559
commit a9714727b1

View File

@@ -1032,6 +1032,7 @@
"type": "string",
"enum": [
"running",
"paused",
"stopped"
]
},