From bdf81780f16292ae4e36ec3d2a336bc6c0e1084a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 6 Feb 2025 10:10:14 +0200 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index aba14996fb..b0dbf77c88 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -1179,6 +1179,13 @@ "type": "string", "description": "A relationship name. Defines how a middle table will be named (for a many-to-many relationships). Available for hasMany" }, + "columnAttributeMap": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "The mapping of relationship columns to attributes of the foreign entity type." + }, "additionalColumns": { "type": "object", "description": "Additional columns to be created in a middle table (for a many-to-many relationships).",