Newer
Older
ez-indexation / app / node_modules / json-schema / draft-03 / examples / geo
@kieffer kieffer on 7 Mar 2017 173 bytes v0.0.0
{
	"description" : "A geographical coordinate",
	"type" : "object",
	"properties" : {
		"latitude" : { "type" : "number" },
		"longitude" : { "type" : "number" }
	}
}