8 lines
173 B
Plaintext
Raw Normal View History

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