Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.7 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.7 KB

GeocodeJSON Specification

An attempt to have standard geojson responses from geocoders.

How to use

Please read the full spec at master/draft/README.md.

You can validate a geocoding service response against this GeocodeJSON spec using the JSON schema provided: master/draft/geocodejson.schema.json. Refer to JSON Schema official website for further informations.

Please verify the integrity of the JSON schema using the SHA-512 checksum provided: master/draft/geocodejson.schema.json.checksum.

How to contribute

Pre-requisites: git, make, shasum, npx (node and npm).

Please follow these steps:

  • Let the community knows you want to contribute opening an issue
  • Fork this repo, clone it locally and create a new branch
  • Edit the draft document
  • Update the JSON schema in src/ folder
  • Run make
  • If all is ok, commit your changes and push them
  • Open a Pull Request on the main branch of this repo

Licence

Public Domain, No Rights Reserved - Creative Commons Zero License (CC0).