Skip to content

Commit

Permalink
fix: allow empty value for kontaktPunkt.harEpost
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Oct 13, 2023
1 parent d2913dd commit 5d7777e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/specification/specification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d7777e

Please sign in to comment.