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

40 lines
829 B
JSON
Raw Normal View History

{
"var1": {
"path": "var1",
2026-03-29 11:01:15 +02:00
"name": "var1",
"description": "The first variable.",
"help": [
"Multi line\n\nHelp\n\nWith useful information."
],
2025-11-29 22:21:06 +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"
},
"var2": {
"path": "var2",
2026-03-29 11:01:15 +02:00
"name": "var2",
"description": "The second variable.",
"help": [
"Multi line\nHelp\nWith useful information."
],
2025-11-29 22:21:06 +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"
}
}