Skip to content

Commit

Permalink
Also update the schema's phone number with new pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasina-va committed Nov 6, 2023
1 parent b5b6d18 commit b50a531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/schemas/21-526EZ-allclaims/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ const schema = {
required: ['emailAddress'],
properties: {
primaryPhone: {
$ref: '#/definitions/phone',
type: 'string',
pattern: '^(\\d{0}|\\d{10})$',
},
emailAddress: {
$ref: '#/definitions/email',
Expand Down

0 comments on commit b50a531

Please sign in to comment.