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
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
address1 | string | true | none | First address line |
address2 | string | false | none | Second address line |
locality | string | true | none | The locality (e.g. City) of the address. |
postalCode | string | true | none | The administrative postal code (e.g. Zip Code) |
region | string | true | none | The region or first-level administration division (e.g. State/Province) of the address. |
country | string | true | none | The two character ISO-3166-1 country code. |