rougail-output-doc/tests/results/test/01_9choice_variable_multi.json

60 lines
1.2 KiB
JSON
Raw Normal View History

{
"variable1": {
2025-11-29 22:21:06 +01:00
"path": "variable1",
2026-03-29 11:01:15 +02:00
"name": "variable1",
2025-11-29 22:21:06 +01:00
"description": "A first variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": [
"a",
"b",
"c"
]
2026-03-29 11:01:15 +02:00
},
"variable_type": "string",
"multiple": true
},
"variable2": {
2026-03-29 11:01:15 +02:00
"path": "variable2",
"name": "variable2",
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
2026-03-14 20:51:52 +01:00
"path": "variable1",
"type": "variable"
2025-10-29 10:46:57 +01:00
},
2026-03-29 12:42:01 +02:00
"description": "a first variable"
2025-10-29 10:46:57 +01:00
}
2026-03-29 11:01:15 +02:00
}
}
}