Skip to content

Commit 83e8d94

Browse files
astrobastiion
authored and
bastiion
committed
frontend/submission: add maritalStatus to spouse
Fixes Github issue #60
1 parent 421f5ee commit 83e8d94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/submission/schema/spouse.json

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"other"
2525
]
2626
},
27+
"maritalStatus": {
28+
"type": "string",
29+
"enum": [
30+
"married",
31+
"engaged"
32+
]
33+
},
2734
"emailAddress": {
2835
"type": "string",
2936
"format": "email"

0 commit comments

Comments
 (0)