Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f0868a7

Browse files
author
Github Workflow
committed
JSON Schema Update
1 parent 449fd2f commit f0868a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/v3/partner_account_creation/send.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@
4646
"pattern": "^[\\p{L}\\p{Nd}\\s'.,-]{0,100}$"
4747
},
4848
"calling_country_code": {
49-
"description": "[Optional] The phone's calling country code.",
49+
"description": "[Optional] The phone's calling country code. Don't include the `+` sign. Up to 4 digits.",
5050
"type": [
5151
"null",
5252
"string"
5353
],
54+
"pattern": "^\\d{1,4}$",
5455
"sensitive": 1
5556
},
5657
"citizen": {
@@ -130,9 +131,9 @@
130131
]
131132
},
132133
"phone": {
133-
"description": "[Optional] Starting with `+` followed by 8-35 digits, allowing hyphens or space.",
134+
"description": "[Optional] The phone's national format, don't include the `+` sign nor the calling country code. Up to 15 digits are allowed.",
134135
"type": "string",
135-
"pattern": "^\\d{6,20}$",
136+
"pattern": "^\\d{6,15}$",
136137
"sensitive": 1
137138
},
138139
"provider": {

0 commit comments

Comments
 (0)