{
	"description" : "A geographical coordinate",
	"type" : "object",
	"properties" : {
		"latitude" : { "type" : "number" },
		"longitude" : { "type" : "number" }
	}
}