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

118 lines
2 KiB
JSON
Raw Normal View History

{
"var": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": [
2025-10-29 10:46:57 +01:00
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "var2"
},
"description": "A second variable"
},
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "var3"
},
"description": "A third variable"
}
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"
],
"description": "A first variable.",
"gen_examples": [
[
"no",
"yes"
]
],
"mandatory_without_value": false
},
"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"
],
"description": "A second variable.",
"gen_examples": [
"no"
],
"mandatory_without_value": false
},
"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"
],
"description": "A third variable.",
"gen_examples": [
"yes"
],
"mandatory_without_value": false
}
}