From 5f36d0e0ca7cdff87c5840419a3930b5c69ea463 Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Wed, 25 Feb 2026 18:33:29 +0200 Subject: [PATCH] HCK-7662: enable the feature for primary keys in nested attributes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f50849..3032c6a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,8 @@ "enableREQueryAndSortCriteria": true, "relationships": { "entityNameSeparator": "." - } + }, + "restrictNestedFieldsAsPrimaryKey": false } }, "description": "Hackolade plugin for Amazon DocumentDB",