205 lines
No EOL
3.7 KiB
JSON
205 lines
No EOL
3.7 KiB
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"paths": [
|
|
"rougail"
|
|
],
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
}
|
|
]
|
|
},
|
|
"children": {
|
|
"var1": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"choices": [
|
|
"a",
|
|
"b",
|
|
"c"
|
|
],
|
|
"paths": [
|
|
"rougail.var1"
|
|
],
|
|
"names": [
|
|
"var1"
|
|
],
|
|
"descriptions": [
|
|
"The first variable."
|
|
]
|
|
},
|
|
"var2": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"choices": [
|
|
"a",
|
|
"b",
|
|
"c"
|
|
],
|
|
"paths": [
|
|
"rougail.var2"
|
|
],
|
|
"names": [
|
|
"var2"
|
|
],
|
|
"descriptions": [
|
|
"The second variable."
|
|
]
|
|
},
|
|
"var3": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
}
|
|
],
|
|
"choices": [
|
|
"a",
|
|
"b",
|
|
"c",
|
|
null
|
|
],
|
|
"paths": [
|
|
"rougail.var3"
|
|
],
|
|
"names": [
|
|
"var3"
|
|
],
|
|
"descriptions": [
|
|
"The third variable."
|
|
]
|
|
},
|
|
"var4": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
}
|
|
],
|
|
"choices": [
|
|
null,
|
|
"b",
|
|
"c"
|
|
],
|
|
"paths": [
|
|
"rougail.var4"
|
|
],
|
|
"names": [
|
|
"var4"
|
|
],
|
|
"descriptions": [
|
|
"The forth variable."
|
|
]
|
|
},
|
|
"var5": {
|
|
"type": "variable",
|
|
"default": "a",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"display_default": false,
|
|
"choices": [
|
|
"a ← (default)",
|
|
"b",
|
|
"c"
|
|
],
|
|
"paths": [
|
|
"rougail.var5"
|
|
],
|
|
"names": [
|
|
"var5"
|
|
],
|
|
"descriptions": [
|
|
"The fifth variable."
|
|
]
|
|
},
|
|
"var6": {
|
|
"type": "variable",
|
|
"default": 1,
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "choice"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"display_default": false,
|
|
"choices": [
|
|
"1 ← (default)",
|
|
2,
|
|
3
|
|
],
|
|
"paths": [
|
|
"rougail.var6"
|
|
],
|
|
"names": [
|
|
"var6"
|
|
],
|
|
"descriptions": [
|
|
"The sixth variable."
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |