From 962e48c77a13850748fdd8931e9e2ee4fcdce345 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 13 Jul 2023 12:08:53 +0300 Subject: [PATCH] schema addition --- schema/metadata/entityDefs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 28092c6b2b..258c28b0a2 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -384,6 +384,13 @@ "type": "string", "description": "An extractor for value objects. For field types it's defined at metadata > fields. Here you can define an extractor for a specific field." }, + "detailLayoutIncompatibleFieldList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Fields that are incompatible with the subject field on detail view layouts." + }, "select": { "type": "object", "description": "A custom complex expression to be used for the field when reading from DB. It's possible to define leftJoins and joins that are needed to be applied when the field is being selected.",