rougail-output-doc/tests/results/test/40_8calculation_multi_variable.json

91 lines
1.5 KiB
JSON
Raw Normal View History

{
"var": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": [
2025-10-14 12:58:39 +02:00
"the value of the variable \"var2\"",
"the value of the variable \"var3\""
2025-09-22 09:42:46 +02:00
]
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
2025-10-14 12:58:39 +02:00
"path": "var",
"names": [
"var"
],
2025-10-14 12:58:39 +02:00
"description": "A first variable."
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "no"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"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": "A second variable."
},
"var3": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "yes"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var3",
"names": [
"var3"
],
2025-10-14 12:58:39 +02:00
"description": "A third variable."
}
}