OpenForm

Address

Last updated on

A postal address

An Address is a structured primitive that represents a postal address.

Properties

line1: string
Primary address line (street address, PO box, company name).
line2?: string
Secondary address line (apartment, suite, unit, building).
locality: string
City, town, or locality.
region: string
State, province, or region.
postalCode: string
Postal or ZIP code.
country: string
ISO country code or full country name.

Examples

line1: 123 Main Street
line2: Suite 400
locality: San Francisco
region: CA
postalCode: "94102"
country: US

On this page