From 54a5a35271ee2c165180c26d1a483a460d4c2219 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 14:53:26 +0100 Subject: [PATCH] Updating triggers --- source/behavior/entities/format/types/trigger.json | 1 - 1 file changed, 1 deletion(-) diff --git a/source/behavior/entities/format/types/trigger.json b/source/behavior/entities/format/types/trigger.json index 60341679..2eb77638 100644 --- a/source/behavior/entities/format/types/trigger.json +++ b/source/behavior/entities/format/types/trigger.json @@ -13,7 +13,6 @@ { "type": "string" }, { "type": "object", - "minProperties": 1, "additionalProperties": false, "properties": { "event": { "type": "string", "description": "The event to run when the conditions for this trigger are met.", "title": "Event" },