From 87f4508d1c14c5fae7da11ad5013fa477eefad3f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 1 Mar 2024 14:04:01 +0200 Subject: [PATCH] schema --- schema/metadata/clientDefs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index eded8266ac..bf6a7b423a 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -484,6 +484,13 @@ "massSelect": { "type": "boolean", "description": "Allow mass select." + }, + "createAttributeMap": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Attributes to carry over to a related record when creating. Mapping Parent => Related." } } }