Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Mar 19, 2024
2 parents 72dbbf0 + 27802fd commit c8b5263
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 c8b5263

Please sign in to comment.