Skip to content

leedahl/schema

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoJSON Schema

This repository provides tools for building JSON Schema docs for GeoJSON. A schema is generated for each of the GeoJSON object types, and each individual doc is complete (without $refs to other documents). So applications can consume just what they need and avoid extra fetching.

See JSON Schema docs for the GeoJSON types below:

build

To build the schema docs:

make

The output will be in the build directory.

deploy

A Travis CI job builds commits pushed to master. After a successful build, artifacts are pushed to the gh-pages branch and will be acessible at geojson.org/schema/.json (e.g. http://geojson.org/schema/Point.json).

Build Status

About

JSON Schema for GeoJSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Makefile 7.9%