From e167eff0ed2e251bc04f99d97a3ba3ae8c4837ff Mon Sep 17 00:00:00 2001 From: Gerald Baulig Date: Tue, 26 Nov 2024 12:54:06 +0100 Subject: [PATCH] fix(config): set correct required fields for contact_point --- cfg/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/config.json b/cfg/config.json index 80986cd..7148c43 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -596,7 +596,7 @@ ], "contact_point": [ "physical_address_id", - "contact_point_type_id", + "contact_point_type_ids", "email", "telephone" ],