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

88 lines
1.9 KiB
JSON
Raw Normal View History

{
"condition": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "no"
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "condition",
"names": [
"condition"
],
"description": "The variable use has condition.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"no"
],
"mandatory_without_value": false
},
"family": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "family",
"names": [
"family"
],
2025-10-14 12:58:39 +02:00
"description": "Possibly hidden family",
"properties": [
{
"type": "property",
"name": "hidden",
2025-11-29 22:21:06 +01:00
"ori_name": "hidden",
"access_control": true,
2025-11-21 08:15:00 +01:00
"annotation": {
"description": "if condition is yes"
}
}
2025-11-29 22:21:06 +01:00
],
"mode": "basic"
},
"children": {
"subfamily": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "family.subfamily",
"names": [
"subfamily"
],
2025-10-14 12:58:39 +02:00
"description": "subfamily",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"var1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "family.subfamily.var1",
"names": [
"var1"
],
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}
}
}