- Add filters to event object (#228)

This commit is contained in:
Xterionix
2024-03-19 23:57:19 +05:00
committed by GitHub
parent 9ea6077e4e
commit 27802fdc63

View File

@@ -6,6 +6,9 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"filters": {
"$ref": "../../filters/filters.json"
},
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire.", "title": "Event" }, "event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire.", "title": "Event" },
"target": { "target": {
"type": "string", "type": "string",