account-holders


Description: holders of bank account

Type: array

Items-Reference: /person

Schema:


{
    "type": "array",
    "description": "holders of bank account",
    "items": {
        "$ref": "person.json"
    }
}