From 1727e7d6549cdb33d8fa210847a3ad7301b82a92 Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Mon, 28 Oct 2024 11:03:28 +0100 Subject: [PATCH] Adds showSkipMessages to schema (#923) --- schemas/v0.22.0/rc.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/v0.22.0/rc.schema.json b/schemas/v0.22.0/rc.schema.json index 8b1b23c2..f43b02dc 100644 --- a/schemas/v0.22.0/rc.schema.json +++ b/schemas/v0.22.0/rc.schema.json @@ -76,6 +76,9 @@ "record": { "type": "boolean" }, + "showSkipMessages": { + "type": "boolean" + }, "urlsToWatch": { "type": "array", "items": {