From a3f2fadd9e4eade243d144bc4ee2d9fc27aedde2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 28 Aug 2023 10:19:44 +0300 Subject: [PATCH] schema --- schema/metadata/clientDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index bb49e7c777..23a80f6fb7 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -604,6 +604,10 @@ "type": "string", "description": "A scope to check access to. If no access, the item is not displayed." }, + "name": { + "type": "string", + "description": "A name." + }, "action": { "type": "string", "description": "An action. To be used in javascript code for handling."