From d7a512d542c99c81824acfe50e6891e2e1d71438 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Fri, 20 Dec 2024 09:50:28 +0000 Subject: [PATCH] Update lexicons fetched from 6a3e781 committed 2024-12-18T22:46:05Z --- lexicons/tools.ozone.moderation.queryStatuses.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lexicons/tools.ozone.moderation.queryStatuses.json b/lexicons/tools.ozone.moderation.queryStatuses.json index b8bc48df..13d2a28f 100644 --- a/lexicons/tools.ozone.moderation.queryStatuses.json +++ b/lexicons/tools.ozone.moderation.queryStatuses.json @@ -119,7 +119,9 @@ "tags": { "type": "array", "items": { - "type": "string" + "type": "string", + "maxLength": 25, + "description": "Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters" } }, "excludeTags": {