From 8cec1d2f94bef240fc84f8ef35944dc0ed62528c Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Fri, 20 Dec 2024 11:16:44 +0100 Subject: [PATCH] Update lexicons fetched from 6a3e781 committed 2024-12-18T22:46:05Z (#503) --- 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": {