rougail-output-doc/tests/results/test_namespace/04_5disabled_calculation_default.json

99 lines
No EOL
2.4 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"name": "rougail",
"description": "Rougail",
"properties": [],
"mode": "standard",
"help": [
"This family is a namespace"
]
},
"children": {
"condition": {
"path": "rougail.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": "no"
},
"variable_type": "string"
},
"var1": {
"path": "rougail.var1",
"name": "var1",
"description": "A first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "disabled",
"ori_name": "disabled",
"access_control": true,
"annotation": {
"description": "if condition is yes."
}
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": {
"description": "the value of condition."
}
},
"variable_type": "string"
},
"var2": {
"path": "rougail.var2",
"name": "var2",
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "disabled",
"ori_name": "disabled",
"access_control": true,
"annotation": {
"description": "if condition is yes."
}
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": {
"description": "the value of condition."
}
},
"variable_type": "string"
}
}
}
}