80 lines
No EOL
1.3 KiB
JSON
80 lines
No EOL
1.3 KiB
JSON
{
|
|
"var1": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"choices": {
|
|
"name": "Choices",
|
|
"values": [
|
|
"a",
|
|
"b",
|
|
"c"
|
|
]
|
|
},
|
|
"path": "var1",
|
|
"names": [
|
|
"var1"
|
|
],
|
|
"description": "The first variable.",
|
|
"gen_examples": [
|
|
"a_choice"
|
|
],
|
|
"mandatory_without_value": true
|
|
},
|
|
"var2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": {
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "var1"
|
|
},
|
|
"description": "The first variable"
|
|
}
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"choices": {
|
|
"name": "Choices",
|
|
"values": [
|
|
"a",
|
|
"b",
|
|
"c"
|
|
]
|
|
},
|
|
"path": "var2",
|
|
"names": [
|
|
"var2"
|
|
],
|
|
"description": "The second variable.",
|
|
"gen_examples": [
|
|
"a_choice"
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
} |