Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.2 KB

Optional-addresses-dataset-requirements.md

File metadata and controls

13 lines (11 loc) · 1.2 KB

If more than one address is sometimes associated with a given application this additional dataset can be used to provide multiple addresses, linked to their associated application via the ApplicationId.

Field DataType Description
ApplicationID TEXT The unique ID used internally by the municipality to identify the application.
Address1 1 TEXT The street address, or the first line of the address for multi-line addresses.
Address2 1 TEXT The second line of the address for multi-line addresses.
City 1 TEXT The city of the address.
State 1 TEXT The province or state of the address.
Zip 1 TEXT The postal code or zip code of the address.
Geo 1 GeoJSON A GeoJSON object representing the location of the application. Points, multi-points, polygons and multi-polygons are all acceptable.
  1. Either of Address... or Geo is required. If both are available, both should be provided. Neither Address... nor Geo is required if the optional Addresses dataset is provided.