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

40 lines
No EOL
837 B
JSON

{
"var1": {
"path": "var1",
"name": "var1",
"description": "The first <variable>.",
"help": [
"Multi line\n\n<Help>\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\n<Help>\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}