Address

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

Description

A postal Address

Type: object

Additional properties: true

Properties

  • Type: "type"

    Description

    The type of object. Must be set to Address.

    Type: string

  • 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