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

60 lines
1 KiB
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var1",
"names": [
"var1"
],
2025-10-14 12:58:39 +02:00
"description": "The first variable.",
"help": [
"Multi line\n\nHelp\n\nWith useful information."
],
"gen_examples": [
"example"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var2",
"names": [
"var2"
],
2025-10-14 12:58:39 +02:00
"description": "The second variable.",
"help": [
"Multi line\nHelp\nWith useful information."
],
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}