From e1b5e2db3396016175e87879f44bb136f60bea43 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 14 Jun 2023 16:19:26 +0300 Subject: [PATCH] fix schema --- schema/metadata/clientDefs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index e4f4a5c5fc..81f7ec0f10 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -119,7 +119,6 @@ "description": "A list of bool filters.", "type": "array", "items": { - "type": "string", "anyOf": [ {"const": "__APPEND__"}, {"type": "string"},