99 lines
No EOL
2.1 KiB
JSON
99 lines
No EOL
2.1 KiB
JSON
{
|
|
"source_variable_1": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "val1"
|
|
},
|
|
"variable_type": "string",
|
|
"path": "source_variable_1",
|
|
"names": [
|
|
"source_variable_1"
|
|
],
|
|
"description": "The first source variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
"val1"
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"source_variable_2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "val2"
|
|
},
|
|
"variable_type": "string",
|
|
"path": "source_variable_2",
|
|
"names": [
|
|
"source_variable_2"
|
|
],
|
|
"description": "The second source variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
"val2"
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"my_variable": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "val1"
|
|
},
|
|
"variable_type": "choice",
|
|
"choices": {
|
|
"name": "Choices",
|
|
"values": [
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "source_variable_1"
|
|
},
|
|
"description": "The first source variable"
|
|
},
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "source_variable_2"
|
|
},
|
|
"description": "The second source variable"
|
|
}
|
|
]
|
|
},
|
|
"path": "my_variable",
|
|
"names": [
|
|
"my_variable"
|
|
],
|
|
"description": "A variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
"val1"
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
} |