8 lines
166 B
Plaintext
Raw Normal View History

2019-09-06 05:17:43 +05:30
{
"description" : "A geographical coordinate",
"type" : "object",
"properties" : {
"latitude" : { "type" : "number" },
"longitude" : { "type" : "number" }
}
}