From 4e97b01178b0c8642a3dd814caef96c096499540 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 19 Apr 2023 20:15:08 +0200 Subject: [PATCH] Fixing bool property #173 --- source/behavior/entities/filters/filters/bool_property.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/filters/filters/bool_property.json b/source/behavior/entities/filters/filters/bool_property.json index f85ce005..d839866d 100644 --- a/source/behavior/entities/filters/filters/bool_property.json +++ b/source/behavior/entities/filters/filters/bool_property.json @@ -3,7 +3,7 @@ "type": "object", "title": "Bool Property", "description": "Returns true when the bool actor property matches the value provided.", - "required": ["value", "domain"], + "required": ["domain"], "examples": [{ "test": "bool_property", "value": true }], "properties": { "test": {