Issuing agency for a candidate's license.
Attribute | Type | Description |
---|---|---|
name* | string | Name of issuing agency. |
address | object(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"
}
}