All Projects → geojson → Schema

geojson / Schema

Licence: mit
JSON Schema for GeoJSON

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Schema

Conf
Simple config handling for your app or module
Stars: ✭ 707 (+1712.82%)
Mutual labels:  json-schema
Osm2geojson
Convert OSM and Overpass JSON to GeoJSON
Stars: ✭ 25 (-35.9%)
Mutual labels:  geojson
Ansible Schema Generator
Generate JSON schema for language servers from Ansible module documentation
Stars: ✭ 30 (-23.08%)
Mutual labels:  json-schema
Awesome Cn Cafe
A curated list of awesome coffee places in China.
Stars: ✭ 752 (+1828.21%)
Mutual labels:  geojson
Electron Crash Report Service
Aggregate crash reports for Electron apps
Stars: ✭ 17 (-56.41%)
Mutual labels:  json-schema
Disatbot
DABOT: Disaster Attention Bot
Stars: ✭ 26 (-33.33%)
Mutual labels:  geojson
Baloo
Expressive end-to-end HTTP API testing made easy in Go
Stars: ✭ 702 (+1700%)
Mutual labels:  json-schema
Brutusin Rpc
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
Stars: ✭ 36 (-7.69%)
Mutual labels:  json-schema
Movement
Movement is an easier, simpler way to explore and use NIEM. Want to join the Movement and contribute to it? Start here.
Stars: ✭ 19 (-51.28%)
Mutual labels:  json-schema
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+101407.69%)
Mutual labels:  json-schema
Quicktype
Generate types and converters from JSON, Schema, and GraphQL
Stars: ✭ 7,459 (+19025.64%)
Mutual labels:  json-schema
Django Rest Framework Gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
Stars: ✭ 830 (+2028.21%)
Mutual labels:  geojson
Spectral
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI v2 & v3.
Stars: ✭ 876 (+2146.15%)
Mutual labels:  json-schema
Turf
A modular geospatial engine written in JavaScript
Stars: ✭ 6,659 (+16974.36%)
Mutual labels:  geojson
Jschema
JSON Schema implementation
Stars: ✭ 30 (-23.08%)
Mutual labels:  json-schema
Swagger Parser
Swagger 2.0 and OpenAPI 3.0 parser/validator
Stars: ✭ 710 (+1720.51%)
Mutual labels:  json-schema
Jsonschema2graphql
Convert JSON schema to GraphQL types
Stars: ✭ 24 (-38.46%)
Mutual labels:  json-schema
Analysispreservation.cern.ch
Source code for the CERN Analysis Preservation portal
Stars: ✭ 37 (-5.13%)
Mutual labels:  json-schema
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+20456.41%)
Mutual labels:  geojson
Wellknown
WKT <-> GeoJSON
Stars: ✭ 15 (-61.54%)
Mutual labels:  geojson

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].