Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Jan 11, 2024
1 parent d652d01 commit 11c8b9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/v3/new_account_virtual/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
},
"email": {
"description": "[Optional] Email address for signup.",
"type": "string",
"pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,63}$"
},
"email_consent": {
"description": "[Optional] Boolean value: 1 or 0, indicating whether the client has given consent for marketing emails.",
"type": "integer",
Expand Down

0 comments on commit 11c8b9e

Please sign in to comment.