The candidate's driver's license
| Attribute | Type | Description |
|---|---|---|
| type | enum[string] | Driver's license type (personal or commercial) |
| licenseNumber* | string | Driver's license number |
| issuingAgency* | string | Driver's license issuing agency. It is the ISO 3166-2 region |
"driversLicense": {
"type": "personal",
"licenseNumber": "S1234567",
"issuingAgency": "CA"
}