thedesk/app/node_modules/json-schema/draft-03/examples/geo

8 lines
173 B
Plaintext
Raw Normal View History

2018-05-26 22:48:13 +10:00
{
"description" : "A geographical coordinate",
"type" : "object",
"properties" : {
"latitude" : { "type" : "number" },
"longitude" : { "type" : "number" }
}
2018-02-19 04:41:25 +11:00
}