Skip to content

Instantly share code, notes, and snippets.

@dijeferson
Last active August 29, 2015 14:23
Show Gist options
  • Save dijeferson/43a4cadd49140ae9dddf to your computer and use it in GitHub Desktop.
Save dijeferson/43a4cadd49140ae9dddf to your computer and use it in GitHub Desktop.
{
"_id": "4629aa09a21c90b25eda70768d945e36",
"event_id": "7ff54e94ec6b064f0ead00c2ff0c37e6",
"code": "1234",
"status": "active",
"rsvp_status": "pending",
"rsvp_date": "null",
"validation_date": "null",
"people":
[
{
"_id": "e224c38af10d0d1c0b49195a81c5bb71",
"name": "João da Silva",
"age": 25,
"gender": "male",
"plus_one": "false",
"photo_url": "http://cdn.aniversariodaolivia.com.br/app/photos/123456789.jpg",
"last_update": "2015-06-22"
},
{
"_id": "e224c38af10d0d1c0b49195a81c5bb72",
"name": "Maria da Silva",
"age": 23,
"gender": "female",
"plus_one": "false",
"photo_url": "http://cdn.aniversariodaolivia.com.br/app/photos/123456789.jpg",
"last_update": "2015-06-22"
},
{
"_id": "e224c38af10d0d1c0b49195a81c5bb73",
"name": "João da Silva Jr",
"age": 4,
"gender": "male",
"plus_one": "false",
"photo_url": "http://cdn.aniversariodaolivia.com.br/app/photos/123456789.jpg",
"last_update": "2015-06-22"
},
{
"_id": "e224c38af10d0d1c0b49195a81c5bb73",
"name": "Luiza Souza",
"age": 4,
"gender": "female",
"plus_one": "true",
"photo_url": "http://cdn.aniversariodaolivia.com.br/app/photos/123456789.jpg",
"last_update": "2015-06-22"
}
],
"last_update": "2015-06-21"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment