Skip to content

Address

A physical or mailing address.

Structure

NameCard.TypeDescription
RAddressA physical or mailing address.
use0..1work | mailing | billing | loss-location | home | oldPurpose of this address
type0..1postal | physical | bothThe type of address (postal, physical, or both)
text0..1stringFull unstructured text representation of the address
[ ]line0..*string[]Street address lines
city0..1stringCity or municipality
district0..1stringCounty or district.
state0..1stringState, province, or region
postalCode0..1stringPostal / ZIP code
country0..1stringISO 3166-1 alpha-2 country code.
period0..1PeriodPeriod during which this address was/is in use
geoPoint0..1GeoPointGeographic coordinates of this address

Example

json
{
  "use": "work",
  "type": "both",
  "line": [
    "123 Main St",
    "Suite 400"
  ],
  "city": "Hartford",
  "state": "CT",
  "postalCode": "06103",
  "country": "US",
  "district": "Hartford County"
}

JSON Schema

Full JSON Schema: Address.schema.json