Skip to content

Instantly share code, notes, and snippets.

@nickl-
Created December 23, 2012 20:39
Show Gist options
  • Select an option

  • Save nickl-/4365936 to your computer and use it in GitHub Desktop.

Select an option

Save nickl-/4365936 to your computer and use it in GitHub Desktop.
geo-schema
{
"description": "A geographical coordinate",
"type": "object",
"properties": {
"latitude": { "type": "number" },
"longitude": { "type": "number" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment