2015-09-25 19:10:28 +02:00
|
|
|
{
|
|
|
|
|
"type": "object",
|
2015-11-30 12:22:57 +01:00
|
|
|
"allOf": [{"$ref":"event_batch.json"}],
|
2015-09-25 19:10:28 +02:00
|
|
|
"properties": {
|
|
|
|
|
"limited": {
|
|
|
|
|
"type": "boolean",
|
2015-11-16 00:30:29 +01:00
|
|
|
"description": "True if the number of events returned was limited by the ``limit`` on the filter"
|
2015-09-25 19:10:28 +02:00
|
|
|
},
|
|
|
|
|
"prev_batch": {
|
|
|
|
|
"type": "string",
|
2015-11-16 00:30:29 +01:00
|
|
|
"description": "If the batch was limited then this is a token that can be supplied to the server to retrieve earlier events"
|
2015-09-25 19:10:28 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|