From 0d094745b8116206eb12039d332731ab5f59e31d Mon Sep 17 00:00:00 2001 From: JonasVHG <4658984+JonasVHG@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:45:13 +0100 Subject: [PATCH] fix validation legacy phone --- common-legacyContactPoint.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common-legacyContactPoint.json b/common-legacyContactPoint.json index 8599e66..90e2ee3 100644 --- a/common-legacyContactPoint.json +++ b/common-legacyContactPoint.json @@ -22,9 +22,7 @@ "minItems": 0, "items": { "type": "string", - "description": "Phone number for contact purposes.", - "pattern": "\\S", - "minLength": 0 + "description": "Phone number for contact purposes." } }, "email": {