Type: array
Items-Type: integer
Items-Enumeration:
Value | Description |
---|---|
1 |
policyholder |
2 |
partner |
3 |
spouse |
4 |
child |
5 |
parent |
6 |
other person |
Schema:
{
"type": "array",
"items": {
"type": "integer",
"enum": [
1,
2,
3,
4,
5,
6
],
"enum-description": [
"policyholder",
"partner",
"spouse",
"child",
"parent",
"other person"
]
}
}