Type: integer
Enumeration:
Value | Description | Reference |
---|---|---|
1 |
single | /definitions/marital-status#1 |
2 |
married | /definitions/marital-status#2 |
3 |
divorced | /definitions/marital-status#3 |
4 |
widowed | /definitions/marital-status#4 |
5 |
partnership | /definitions/marital-status#5 |
8 |
separated | /definitions/marital-status#8 |
Type-Reference: /definitions/integer
Schema:
{
"type": "integer",
"enum": [
1,
2,
3,
4,
5,
8
],
"enum-description": [
"single",
"married",
"divorced",
"widowed",
"partnership",
"separated"
]
}