Skip to content

Commit

Permalink
fix: added pattern for telephone number for the contact point
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Pawlik committed Mar 27, 2019
1 parent f96066b commit 17b04c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/ContactPoint.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ allOf:
telephone:
'@id': schema:telephone
type: string
pattern: '\+\d*[0-9]'

0 comments on commit 17b04c6

Please sign in to comment.