Added comments
This commit is contained in:
@@ -5,7 +5,17 @@
|
||||
"description": "Returns the condition true if the actor's mark variant is matched to the value.",
|
||||
"title": "Has Mark Variant",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "Returns the condition true if the actor's mark variant is matched to the value.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"value": {
|
||||
"type": "integer",
|
||||
"default": "0",
|
||||
"description": "Tests for the actor's mark variant (if it has one)",
|
||||
"title": "Value"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user