The candidate's driver's license.
| Attribute | Type | Description |
|---|---|---|
| type | enum[string] | Type of license should be "personal". |
| 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"
}