Skip to content

Commit

Permalink
- Add filters to event object (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 19, 2024
1 parent 9ea6077 commit 27802fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/behavior/entities/format/types/event_object.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "object",
"additionalProperties": false,
"properties": {
"filters": {
"$ref": "../../filters/filters.json"
},
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire.", "title": "Event" },
"target": {
"type": "string",
Expand Down

0 comments on commit 27802fd

Please sign in to comment.