Add a limit to filters

pull/977/head
Mark Haines 9 years ago
parent a31a446661
commit e1f73f5233

@ -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":

Loading…
Cancel
Save