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

72 lines
1.3 KiB
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
2025-10-14 12:58:39 +02:00
"path": "var1",
"names": [
"var1"
],
"description": "The first variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "var1"
},
"description": "The first variable"
}
2025-09-22 09:42:46 +02:00
},
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
2025-10-14 12:58:39 +02:00
"path": "var2",
"names": [
"var2"
],
"description": "The second variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": false
}
}