Fixing bool property #173
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Bool Property",
|
"title": "Bool Property",
|
||||||
"description": "Returns true when the bool actor property matches the value provided.",
|
"description": "Returns true when the bool actor property matches the value provided.",
|
||||||
"required": ["value", "domain"],
|
"required": ["domain"],
|
||||||
"examples": [{ "test": "bool_property", "value": true }],
|
"examples": [{ "test": "bool_property", "value": true }],
|
||||||
"properties": {
|
"properties": {
|
||||||
"test": {
|
"test": {
|
||||||
|
|||||||
Reference in New Issue
Block a user