Fixing bool property #173

This commit is contained in:
DaanV2
2023-04-19 20:15:08 +02:00
parent 8413bf749a
commit 4e97b01178

View File

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