From 5d7777e0b5fbd39c79c2e87b6c885271cffd047f Mon Sep 17 00:00:00 2001 From: Jeff Reiffers Date: Fri, 13 Oct 2023 09:58:19 +0200 Subject: [PATCH] fix: allow empty value for kontaktPunkt.harEpost --- src/main/resources/specification/specification.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/specification/specification.yaml b/src/main/resources/specification/specification.yaml index 35620d15..0df0a0ed 100644 --- a/src/main/resources/specification/specification.yaml +++ b/src/main/resources/specification/specification.yaml @@ -444,6 +444,9 @@ components: type: string format: email description: e-post adressen til kontaktpunkt + nullable: true + default: "" + minLength: 0 harTelefon: type: string description: telefonnummer til kontaktpunkt