2025-02-17 09:49:51 +01:00
|
|
|
{
|
|
|
|
|
"source_variable_1": {
|
|
|
|
|
"type": "variable",
|
2025-09-22 09:42:46 +02:00
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": "val1"
|
|
|
|
|
},
|
2025-02-17 09:49:51 +01:00
|
|
|
"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",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"source_variable_1"
|
|
|
|
|
],
|
2025-10-14 12:58:39 +02:00
|
|
|
"description": "The first source variable."
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
|
|
|
|
"source_variable_2": {
|
|
|
|
|
"type": "variable",
|
2025-09-22 09:42:46 +02:00
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": "val2"
|
|
|
|
|
},
|
2025-02-17 09:49:51 +01:00
|
|
|
"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",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"source_variable_2"
|
|
|
|
|
],
|
2025-10-14 12:58:39 +02:00
|
|
|
"description": "The second source variable."
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
|
|
|
|
"my_variable": {
|
|
|
|
|
"type": "variable",
|
2025-09-22 09:42:46 +02:00
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": "val1"
|
|
|
|
|
},
|
2025-02-17 09:49:51 +01:00
|
|
|
"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",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"my_variable"
|
|
|
|
|
],
|
2025-10-14 12:58:39 +02:00
|
|
|
"description": "A variable."
|
2025-02-17 09:49:51 +01:00
|
|
|
}
|
|
|
|
|
}
|