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

88 lines
No EOL
1.9 KiB
JSON

{
"condition": {
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"variable_type": "string",
"path": "condition",
"names": [
"condition"
],
"description": "The variable use has condition.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"no"
],
"mandatory_without_value": false
},
"family": {
"type": "family",
"informations": {
"path": "family",
"names": [
"family"
],
"description": "Possibly hidden family",
"properties": [
{
"type": "property",
"name": "hidden",
"ori_name": "hidden",
"access_control": true,
"annotation": {
"description": "if condition is yes"
}
}
],
"mode": "basic"
},
"children": {
"subfamily": {
"type": "family",
"informations": {
"path": "family.subfamily",
"names": [
"subfamily"
],
"description": "subfamily",
"properties": [],
"mode": "basic"
},
"children": {
"var1": {
"type": "variable",
"variable_type": "string",
"path": "family.subfamily.var1",
"names": [
"var1"
],
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}
}
}