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": {