The candidate's driver's license.

AttributeTypeDescription
typeenum[string]Type of license should be "personal".
licenseNumber*stringDriver's license number.
issuingAgency*stringDriver's license issuing agency. It is the ISO 3166-2 region.
"driversLicense": {
  "type": "personal",
  "licenseNumber": "S1234567",
  "issuingAgency": "CA"
}