74 lines
No EOL
1.1 KiB
JSON
74 lines
No EOL
1.1 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"
|
|
]
|
|
},
|
|
"paths": [
|
|
"var1"
|
|
],
|
|
"names": [
|
|
"var1"
|
|
],
|
|
"descriptions": [
|
|
"The first variable."
|
|
]
|
|
},
|
|
"var2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "the value of the variable \"var1\"."
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"choices": {
|
|
"name": "Choices",
|
|
"values": [
|
|
"a",
|
|
"b",
|
|
"c"
|
|
]
|
|
},
|
|
"paths": [
|
|
"var2"
|
|
],
|
|
"names": [
|
|
"var2"
|
|
],
|
|
"descriptions": [
|
|
"The second variable."
|
|
]
|
|
}
|
|
} |