Add a limit to filters

This commit is contained in:
Mark Haines 2015-09-25 18:09:17 +01:00
parent a31a446661
commit e1f73f5233

View file

@ -1,6 +1,11 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"limit": {
"type": "integer",
"description":
"The maximum number of events to return."
},
"types": { "types": {
"type": "array", "type": "array",
"description": "description":