Skip to content

Commit

Permalink
set min length to 0 for legacy phone
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 29, 2024
1 parent de37cf0 commit 510099a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-legacyContactPoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"items": {
"type": "string",
"description": "Phone number for contact purposes.",
"minLength": 1,
"pattern": "\\S"
"pattern": "\\S",
"minLength": 0
}
},
"email": {
Expand Down

0 comments on commit 510099a

Please sign in to comment.