Initial Commit

This commit is contained in:
Gerrit Linnemann
2017-12-18 14:24:11 +01:00
commit 0dd4236e11
2204 changed files with 269997 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"description" : "A geographical coordinate",
"type" : "object",
"properties" : {
"latitude" : { "type" : "number" },
"longitude" : { "type" : "number" }
}
}