An attempt to have standard geojson responses from geocoders.
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.
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
Public Domain, No Rights Reserved - Creative Commons Zero License (CC0).