blob: 4357a909ae06ed9d6aa70b9165834ef201a33197 [file] [log] [blame]
{
"description" : "A geographical coordinate",
"type" : "object",
"properties" : {
"latitude" : { "type" : "number" },
"longitude" : { "type" : "number" }
}
}