Created
January 24, 2018 15:28
-
-
Save seballot/31c88ef370c3540cc69a4cb50c83c2df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "wd40", | |
"name": "GoGo Example", | |
"geo": { | |
"latitude":46.3252, | |
"longitude":-0.0339 | |
}, | |
"optionValues": [ 10427, "Market" ], | |
"address": { | |
"streetAddress":"5 rue Edmond Proust", | |
"addressLocality":"Chenay", | |
"postalCode":"79120", | |
"addressCountry":"FR", | |
"customFormatedAddress": "Immeuble 4B, 5 Edmond Proust à Chenay, France" | |
}, | |
"description": "Short Description", | |
"descriptionMore": "Additionnal Longer Description", | |
"email": "[email protected]", | |
"telephone": "055452545", | |
"website": "https://example.fr", | |
"openHours": { | |
"Mo":"09:00-12:00", | |
"Fr":"09:00-11:30 & 5pm to 9pm" | |
}, | |
"openHoursString": "Fermé pendant les vacances d'été", | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment