82 lines
No EOL
1.5 KiB
JSON
82 lines
No EOL
1.5 KiB
JSON
{
|
|
"condition": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "no"
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"path": "condition",
|
|
"names": [
|
|
"condition"
|
|
],
|
|
"description": "A conditional variable."
|
|
},
|
|
"variable1": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "disabled",
|
|
"annotation": "if condition is egal to \"yes\"."
|
|
}
|
|
],
|
|
"path": "variable1",
|
|
"names": [
|
|
"variable1"
|
|
],
|
|
"description": "A first variable."
|
|
},
|
|
"variable2": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "disabled",
|
|
"annotation": "if condition is not egal to \"yes\"."
|
|
}
|
|
],
|
|
"path": "variable2",
|
|
"names": [
|
|
"variable2"
|
|
],
|
|
"description": "A seconde variable."
|
|
}
|
|
} |