Skip to content

Instantly share code, notes, and snippets.

@Requinard
Created April 28, 2016 17:42
Show Gist options
  • Save Requinard/ad6cfcf0022bffd6e0cee55b5e66d880 to your computer and use it in GitHub Desktop.
Save Requinard/ad6cfcf0022bffd6e0cee55b5e66d880 to your computer and use it in GitHub Desktop.
[
{
"id":"ADWAWDAWe1212", //you get the gist
"lat":52.474167,
"lng":13.459444,
"title": "The Estrel",
"description":"The place to be, the centre stage of Eurofurence 22!"
"category":"convention"
},
id":"ADWAWDAWe1212", //you get the gist
"lat":52,
"lng":13,
"title": "Brandenburger Tor",
"description":"The site of the reunification of germany and a monument to triumphs"
"category":"sight"
},
]
MapEntry:
type: object
properties:
id:
type: string
format: uid
lat:
type: number
format: double
lng:
type: number
format: double
title:
type: string
description:
type: string
category:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment