From a3e2a32a7d074fb54c0e1429fb77887641efdc92 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 13 Jul 2023 11:16:36 +0300 Subject: [PATCH] schema addition --- schema/metadata/entityDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 984ac9c35f..28092c6b2b 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -359,6 +359,10 @@ "type": "boolean", "description": "Disables the ability to add the field in formula-script, templates and some other tools." }, + "directUpdateDisabled": { + "type": "boolean", + "description": "Indicates that updating the field directly is not possible." + }, "importDisabled": { "type": "boolean", "description": "Disables the ability to import the field."