This commit is contained in:
DaanV2
2021-07-01 16:56:10 +02:00
parent 851c0a82fd
commit 66015d42a4
22 changed files with 32 additions and 48 deletions

View File

@@ -8,8 +8,7 @@
"event": { "type": "string", "description": "Event", "title": "Event To Fire" },
"filters": {
"$ref": "../../filters/filters.json",
"description": "The filters to check to determine if the event should be fired",
"title": "Filters"
"description": "The filters to check to determine if the event should be fired"
},
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
},