Address Data Type

Abstract Type
Properties
name data type description
deliveryPoints array of string
administrativeArea InternationalString
electronicMailAddresses array of string
postalCode string
country InternationalString
city InternationalString

Example

{
  "deliveryPoints" : [ "...", "..." ],
  "administrativeArea" : { },
  "electronicMailAddresses" : [ "...", "..." ],
  "postalCode" : "...",
  "country" : { },
  "city" : { }
}