2015-09-25 19:10:28 +02:00
|
|
|
{
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"events": {
|
|
|
|
|
"type": "array",
|
2015-09-29 20:10:31 +02:00
|
|
|
"description": "List of events",
|
2015-09-25 19:10:28 +02:00
|
|
|
"items": {
|
2015-09-29 20:10:31 +02:00
|
|
|
"type": "object"
|
2015-09-25 19:10:28 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|