2019-02-17 18:07:28 +01:00

8 lines
166 B
Plaintext
Executable File

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