rougail-output-doc/tests/results/test/24_0family_mandatory_condition_variable.json

45 lines
No EOL
967 B
JSON

{
"condition": {
"path": "condition",
"name": "condition",
"description": "A condition.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": true
},
"variable_type": "boolean"
},
"var": {
"path": "var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false,
"annotation": {
"message": "when the variable \"{0}\" has the value \"true\".",
"path": {
"path": "condition"
},
"description": "a condition"
}
}
],
"mode": "standard",
"type": "variable",
"variable_type": "string"
}
}