rougail-output-doc/tests/results/test_namespace/24_0family_mandatory_condition.json

56 lines
No EOL
1.3 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"
},
"var": {
"path": "rougail.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false,
"annotation": {
"description": "only if rougail.condition has the value \"yes\"."
}
}
],
"mode": "standard",
"type": "variable",
"variable_type": "string"
}
}
}
}