Address of the candidate

AttributeTypeDescription
addressLine*stringThe candidate's residential street address, such as "123 Main Street"
municipalitystringThe city or town of the address
regionCodestringThe ISO 3166-2 region, such as a US state, where the candidate lives. In the US, this is the combination of "US", a dash, and the state or territory's two-letter postal code. For example, Texas is "US-TX" and Puerto Rico is "US-PR"
postalCode*stringThe 5 or 9 digit zip code for the address, with no dashes
countryCodestringThe two-letter ISO short code for the country of the address, such as "US"
"address": {
        "addressLine": "123 PEACHTREE PLACE",
        "municipality": "ATLANTA",
        "regionCode": "US-GA",
        "postalCode": "12345",
        "countryCode": "US"
    }