{ "type": "object", "allOf": [{"$ref":"definitions/room_event_batch.json"}], "properties": { "limited": { "type": "boolean", "description": "Whether there are more events on the server" }, "prev_batch": { "type": "string", "description": "If the batch was limited then this is a token that can be supplied to the server to retrieve more events" } } }