Skip to content

Instantly share code, notes, and snippets.

@valscion
Created March 1, 2014 15:38
Show Gist options
  • Save valscion/9291595 to your computer and use it in GitHub Desktop.
Save valscion/9291595 to your computer and use it in GitHub Desktop.
Example data for new Ilmomasiina
{
"event": {
"id": 1,
"name": "Sukulaissitsit",
"description": "Tervetuloa sukulaissitseille! ...",
"image": "http://www.example.com/lolwut.jpg", // Optional
"event_date": {
"date": "2014-02-28",
"time": "17:00+0300" // Optional
},
"registration": {
"begin": {
"date": "2014-02-20",
"time": "12:00+0300"
},
"end": {
"date": "2014-02-25",
"time": "23:59+0300"
}
}
}
}
{
"events": [
{
"id": 1,
"name": "Sukulaissitsit",
"image": "http://www.example.com/lolwut.jpg", // Optional
"event_date": {
"date": "2014-02-28",
"time": "17:00+0300" // Optional
},
"registration": {
"begin": {
"date": "2014-02-20",
"time": "12:00+0300"
},
"end": {
"date": "2014-02-25",
"time": "23:59+0300"
}
}
},
{
"id": 2,
"name": "Sukulaissitsit take 2",
"image": "http://www.example.com/lolwut.jpg", // Optional
"event_date": {
"date": "2015-02-28",
"time": "17:00+0300" // Optional
},
"registration": {
"begin": {
"date": "2015-02-20",
"time": "12:00+0300"
},
"end": {
"date": "2015-02-25",
"time": "23:59+0300"
}
}
},
{
"id": 3,
"name": "Sukulaissitsit reloaded!",
"image": "http://www.example.com/lolwut.jpg", // Optional
"event_date": {
"date": "2016-02-28",
"time": "17:00+0300" // Optional
},
"registration": {
"begin": {
"date": "2016-02-20",
"time": "12:00+0300"
},
"end": {
"date": "2016-02-25",
"time": "23:59+0300"
}
}
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment