Issuing agency for a candidate's license.

AttributeTypeDescription
name*stringName of issuing agency.
addressobject(Address)Address of licensing agency.
"issuingAgency":{
  "name":"Some Institute",
  "address":{
    "addressLine":"ABC company",
    "municipality":"SEATTLE",
    "regionCode":"US-WA",
    "postalCode":"98001",
    "countryCode":"US",
    "validFrom":"2008-08-01"
  }
}