2025-10-30 21:14:34 +01:00
|
|
|
{
|
|
|
|
|
"variable1": {
|
|
|
|
|
"type": "variable",
|
2025-11-29 22:21:06 +01:00
|
|
|
"variable_type": "choice",
|
2025-10-30 21:14:34 +01:00
|
|
|
"choices": {
|
|
|
|
|
"name": "Choices",
|
|
|
|
|
"values": [
|
|
|
|
|
"val1",
|
|
|
|
|
"val2"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"path": "variable1",
|
|
|
|
|
"names": [
|
|
|
|
|
"variable1"
|
|
|
|
|
],
|
|
|
|
|
"description": "A first variable.",
|
2025-11-29 22:21:06 +01:00
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory",
|
|
|
|
|
"ori_name": "mandatory",
|
|
|
|
|
"access_control": false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "unique",
|
|
|
|
|
"ori_name": "unique",
|
|
|
|
|
"access_control": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"mode": "basic",
|
|
|
|
|
"multiple": true,
|
2025-10-30 21:14:34 +01:00
|
|
|
"gen_examples": [
|
|
|
|
|
[
|
|
|
|
|
"a_choice"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": true
|
|
|
|
|
},
|
|
|
|
|
"variable2": {
|
|
|
|
|
"type": "variable",
|
2025-11-29 22:21:06 +01:00
|
|
|
"variable_type": "choice",
|
2025-10-30 21:14:34 +01:00
|
|
|
"choices": {
|
|
|
|
|
"name": "Choices",
|
|
|
|
|
"values": [
|
|
|
|
|
"val1",
|
|
|
|
|
"val2"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"path": "variable2",
|
|
|
|
|
"names": [
|
|
|
|
|
"variable2"
|
|
|
|
|
],
|
|
|
|
|
"description": "A second variable.",
|
2025-11-29 22:21:06 +01:00
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "unique",
|
|
|
|
|
"ori_name": "unique",
|
|
|
|
|
"access_control": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"mode": "standard",
|
|
|
|
|
"multiple": true,
|
2025-10-30 21:14:34 +01:00
|
|
|
"gen_examples": [
|
|
|
|
|
[
|
|
|
|
|
"a_choice"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
|
|
|
|
}
|
|
|
|
|
}
|