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