From c1f2d5d0f16103ba4eb5cefd21ef7818a3fa2eb1 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 11 Jun 2025 10:09:16 +0300 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 95c4509ecd..c4928153eb 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -748,6 +748,10 @@ "entity": { "type": "string", "description": "An entity type. To be specified if there's no corresponding link defined." + }, + "createButton": { + "type": "boolean", + "description": "To display the create button." } } }