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

Commit 5c6135f

Browse files
author
nobody
committed
JSON Schema Update
1 parent 9be57db commit 5c6135f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/v3/new_account_virtual/send.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"type": "string",
3333
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
3434
},
35+
"email": {
36+
"description": "[Optional] Email address for signup.",
37+
"type": "string",
38+
"pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,63}$"
39+
},
3540
"email_consent": {
3641
"description": "[Optional] Boolean value: 1 or 0, indicating whether the client has given consent for marketing emails.",
3742
"type": "integer",

0 commit comments

Comments
 (0)