Your IP : 3.149.27.153


Current Path : /usr/lib/node_modules/npm/node_modules/json-schema/draft-03/examples/
Upload File :
Current File : //usr/lib/node_modules/npm/node_modules/json-schema/draft-03/examples/geo

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

?>