rougail-output-doc/tests/results/test/00_7help.json

40 lines
No EOL
829 B
JSON

{
"var1": {
"path": "var1",
"name": "var1",
"description": "The first variable.",
"help": [
"Multi line\n\nHelp\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
},
"var2": {
"path": "var2",
"name": "var2",
"description": "The second variable.",
"help": [
"Multi line\nHelp\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}