Blame view

node_modules/json-schema/draft-03/examples/geo 166 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
  {
  	"description" : "A geographical coordinate",
  	"type" : "object",
  	"properties" : {
  		"latitude" : { "type" : "number" },
  		"longitude" : { "type" : "number" }
  	}
  }