From c2ecae9b82e933781b48ea41a2c002e65e8e6a07 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 29 Feb 2024 08:19:58 -0600 Subject: [PATCH] schema: add flow.wrong_thread --- etc/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index ea790e5368..981610b250 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1549,6 +1549,9 @@ }, "state": { "type": "string" + }, + "wrong_thread": { + "type": "boolean" } }, "additionalProperties": false