Skip to content

Instantly share code, notes, and snippets.

@IharKrasnik
Created May 22, 2017 12:35
Show Gist options
  • Save IharKrasnik/9cdf782e739a14ca8703da3d203d6218 to your computer and use it in GitHub Desktop.
Save IharKrasnik/9cdf782e739a14ca8703da3d203d6218 to your computer and use it in GitHub Desktop.
{
"_id" : "123",
"name" : "Weekend Game",
"interval" : {
"from" : ISODate("2017-05-22T10:00:00.000Z"),
"to" : ISODate("2017-05-22T12:00:00.000Z")
},
"requiredParticipants" : 12,
"participants" : [
{
"_id" : "123"
},
{
"_id" : "234"
}
],
"place" : {
"_id" : "123",
"address" : {
"formatted" : "Minsk, Pushkina st. 14"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment