Skip to content

Instantly share code, notes, and snippets.

@dijeferson
Created June 25, 2015 00:54
Show Gist options
  • Save dijeferson/0fe6e64fd32196fd43a0 to your computer and use it in GitHub Desktop.
Save dijeferson/0fe6e64fd32196fd43a0 to your computer and use it in GitHub Desktop.
{
"_id": "7ff54e94ec6b064f0ead00c2ff0c37e6",
"name": "Aniversário da Olivia",
"description": null,
"date": "2015-11-20",
"time_start": "11:00",
"time_end": "17:00",
"location":
{
"name":"Sítio Nova Amsterdam",
"address": "Estrada de terra",
"neighborhood": "Jundiapeba",
"city": "Jundiapeba",
"state": "Sao Paulo",
"country": "Brazil",
"coordinates":
{
"longitude": -46.25422,
"latitude": -23.70683,
"altitude": 790
}
},
"activities":
[
{
"order": 1,
"activity": "Pula Pula",
"target": "Kids",
"time_start": "11:00",
"time_end": "16:00",
"notes": "Quem quiser participar deve estar sem calçado.",
"last_update": "2015-06-22"
},
{
"order": 2,
"activity": "Futebol de sabão",
"target": "Kids",
"time_start": "11:00",
"time_end": "16:00",
"notes": "Lembre-se de levar uma roupa extra!!!",
"last_update": "2015-06-22"
},
{
"order": 3,
"activity": "Lounge",
"target": "Adults",
"time_start": "11:00",
"time_end": "16:00",
"notes": null,
"last_update": "2015-06-22"
}
],
"food":
[
{
"order": 1,
"food": "Sanduiche de Carne",
"target": "All",
"kind": "snack",
"variations": [ "meat" ],
"notes": null,
"last_update": "2015-06-22"
},
{
"order": 2,
"food": "Pao de Queijo",
"target": "All",
"kind": "snack",
"variations": [ "cheese", "vegan" ],
"notes": null,
"last_update": "2015-06-22"
},
{
"order": 3,
"food": "Salada Caesar",
"target": "Adults",
"kind": "salad",
"variations": [ "cheese", "vegan" ],
"notes": null,
"last_update": "2015-06-22"
},
{
"order": 4,
"food": "Sucos Naturais",
"target": "All",
"kind": "juice",
"variations": [ "orange", "grape" ],
"notes": null,
"last_update": "2015-06-22"
},
{
"order": 5,
"food": "Coca-Cola",
"target": "All",
"kind": "beverage",
"variations": [ "diet", "regular" ],
"notes": null,
"last_update": "2015-06-22"
},
{
"order": 6,
"food": "Brigadeiro",
"target": "All",
"kind": "sweet",
"variations": [ "spoon", "balls" ],
"notes": null,
"last_update": "2015-06-22"
},
{
"order": 7,
"food": "Algodão Doce",
"target": "All",
"kind": "sweet",
"variations": [ ],
"notes": null,
"last_update": "2015-06-22"
}
],
"notes": null,
"last_update": "2015-06-01"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment