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