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

78 lines
No EOL
1.6 KiB
JSON

{
"family1": {
"type": "family",
"informations": {
"path": "family1",
"names": [
"family1"
],
"description": "The first family",
"help": [
"Multi line\n\nHelp\n\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"type": "variable",
"variable_type": "string",
"path": "family1.var",
"names": [
"var"
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
},
"family2": {
"type": "family",
"informations": {
"path": "family2",
"names": [
"family2"
],
"description": "The second family",
"help": [
"Multi line\nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"type": "variable",
"variable_type": "string",
"path": "family2.var",
"names": [
"var"
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}