mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-03-17 04:03:17 -07:00
8 lines
166 B
Text
8 lines
166 B
Text
|
{
|
||
|
"description" : "A geographical coordinate",
|
||
|
"type" : "object",
|
||
|
"properties" : {
|
||
|
"latitude" : { "type" : "number" },
|
||
|
"longitude" : { "type" : "number" }
|
||
|
}
|
||
|
}
|