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

52 lines
1.2 KiB
JSON
Raw Normal View History

{
"family": {
"type": "family",
"informations": {
"path": "family",
"names": [
"family"
],
"description": "A family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"subfamily": {
"type": "family",
"informations": {
"path": "family.subfamily",
"names": [
"subfamily"
],
"description": "A sub family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"variable": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "family.subfamily.variable",
"names": [
"variable"
],
"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
}
}
}
}
}
}