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."