Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / request / node_modules / http-signature / node_modules / jsprim / node_modules / json-schema / draft-03 / examples / geo
root on 7 May 2019 173 bytes Initial commit
{
	"description" : "A geographical coordinate",
	"type" : "object",
	"properties" : {
		"latitude" : { "type" : "number" },
		"longitude" : { "type" : "number" }
	}
}