From 48fa5fc21ee41f48c4de345f81f20b70d0a593b2 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Mar 2024 18:39:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=82=20=20So=20warnings=20dont=20persis?= =?UTF-8?q?t,=20temp=20add=20to=20schema=20(#1361)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/ConfigSchema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 2dd6665b..44610492 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -1091,6 +1091,11 @@ } } } + }, + "filteredItems": { + "title": "Filtered Items - temp", + "type": "array", + "description": "This attribute will be deprecated in the next release - do not use!" } } }