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

87 lines
1.6 KiB
JSON
Raw Normal View History

{
"source_variable_1": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "val1"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "source_variable_1",
"names": [
"source_variable_1"
],
2025-10-14 12:58:39 +02:00
"description": "The first source variable."
},
"source_variable_2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "val2"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "source_variable_2",
"names": [
"source_variable_2"
],
2025-10-14 12:58:39 +02:00
"description": "The second source variable."
},
"my_variable": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "val1"
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
2025-10-14 12:58:39 +02:00
"the value of the variable \"source_variable_1\"",
"the value of the variable \"source_variable_2\""
2025-09-22 09:42:46 +02:00
]
},
2025-10-14 12:58:39 +02:00
"path": "my_variable",
"names": [
"my_variable"
],
2025-10-14 12:58:39 +02:00
"description": "A variable."
}
}