Address

Validate against: http://json-schema.org/schema#

Schema ID: http://cdn.digitallinguistics.io/schemas/Address-1.0.0.json

Description

A postal Address.

Type: object

Properties

  • Street Address: "streetAddress"

    Description

    The street address, not including apartment or unit number.

    Type: string

  • Apartment / Unit Number: "apartmentNumber"

    Description

    The apartment or unit number, along with any abbreviations, e.g. Apt 20.

    Type: string

  • Postal Box Number: "postalBoxNumber"

    Description

    The postal box number.

    Type: string

  • Locality / City: "locality"

    Description

    The locality or city for this Address.

    Type: string

  • Region / State: "region"

    Description

    The region or state for this Address.

    Type: string

  • Country: "country"

    Description

    The country this address is located in.

    Type: string

  • Postal Code: "postalCode"

    Description

    The postal code for this address (as a string rather than a number).

    Type: string