asarfuckery/appasar/development/node_modules/json-schema/draft-03/examples/geo
2019-01-17 19:22:05 +01:00

8 lines
No EOL
173 B
Text

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