Address


Represents a fully defined address for an entity

{ "address1": "156 5th Avenue", "address2": "string", "locality": "New York", "postalCode": "10019", "region": "US-NY", "country": "US" }

Properties

NameTypeRequiredRestrictionsDescription
address1stringtruenoneFirst address line
address2stringfalsenoneSecond address line
localitystringtruenoneThe locality (e.g. City) of the address.
postalCodestringtruenoneThe administrative postal code (e.g. Zip Code)
regionstringtruenoneThe region or first-level administration division (e.g. State/Province) of the address.
countrystringtruenoneThe two character ISO-3166-1 country code.