Updated Comments
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
"description": "Returns true if the actor properties defined were executed.",
|
||||
"title": "Entity Properties",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only `this`.", "title": "Entity" },
|
||||
"properties": {
|
||||
"type": "object",
|
||||
@@ -15,10 +14,8 @@
|
||||
"title": "Properties",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "boolean" }
|
||||
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user