rougail-output-doc/tests/results/test_without_family/20_7help_family.json

62 lines
1.3 KiB
JSON
Raw Normal View History

2025-12-29 18:47:37 +01:00
{
"family1": {
"type": "family",
"informations": {
"path": "family1",
2026-03-29 11:01:15 +02:00
"name": "family1",
2025-12-29 18:47:37 +01:00
"description": "The first family",
"help": [
"Multi line\n\nHelp\n\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "family1.var",
2026-03-29 11:01:15 +02:00
"name": "var",
2025-12-29 18:47:37 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string"
2025-12-29 18:47:37 +01:00
}
}
},
"family2": {
"type": "family",
"informations": {
"path": "family2",
2026-03-29 11:01:15 +02:00
"name": "family2",
2025-12-29 18:47:37 +01:00
"description": "The second family",
"help": [
"Multi line\nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "family2.var",
2026-03-29 11:01:15 +02:00
"name": "var",
2025-12-29 18:47:37 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string"
2025-12-29 18:47:37 +01:00
}
}
}
}