Skip to content

Commit 5ff418c

Browse files
author
Github Workflow
committed
JSON Schema Update
1 parent e5d00bb commit 5ff418c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/v3/verify_email/send.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@
136136
"description": "[Optional] The page ID to redirect to",
137137
"type": "integer"
138138
},
139+
"residence": {
140+
"description": "[Optional] 2-letter country code (obtained from `residence_list` call).",
141+
"type": "string",
142+
"pattern": "^[a-z]{2}$"
143+
},
139144
"signup_device": {
140145
"description": "[Optional] Show whether user has used mobile or desktop.",
141146
"type": "string",

0 commit comments

Comments
 (0)