File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 218
218
"description" : " The name or pattern of the resource to trigger on"
219
219
},
220
220
"eventFilters" : {
221
- "type" : " string" ,
222
- "description" : " Filters that further limit the events to listen to."
221
+ "type" : " array" ,
222
+ "description" : " Filters that further limit the events to listen to." ,
223
+ "items" : {
224
+ "$ref" : " #/definitions/eventFilter"
225
+ }
223
226
},
224
227
"channel" : {
225
228
"type" : " string" ,
327
330
"description" : " A description of the event"
328
331
}
329
332
}
333
+ },
334
+ "eventFilter" : {
335
+ "type" : " object" ,
336
+ "properties" : {
337
+ "attribute" : {
338
+ "type" : " string" ,
339
+ "description" : " The event attribute to filter on" ,
340
+ "value" : " The value to filter for"
341
+ }
342
+ }
330
343
}
331
344
},
332
345
"properties" : {
You can’t perform that action at this time.
0 commit comments