110 lines
No EOL
2.3 KiB
JSON
110 lines
No EOL
2.3 KiB
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"path": "rougail",
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
}
|
|
]
|
|
},
|
|
"children": {
|
|
"bool": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": false
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "boolean"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"path": "rougail.bool",
|
|
"names": [
|
|
"bool"
|
|
],
|
|
"description": "A boolean variable.",
|
|
"gen_examples": [
|
|
false
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"int1": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "if bool returns 1 otherwise return 2"
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "integer"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"path": "rougail.int1",
|
|
"names": [
|
|
"int1"
|
|
],
|
|
"description": "First integer variable.",
|
|
"gen_examples": [
|
|
2
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"int2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "if bool returns 3 otherwise return 4"
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "integer"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"path": "rougail.int2",
|
|
"names": [
|
|
"int2"
|
|
],
|
|
"description": "Second integer variable.",
|
|
"gen_examples": [
|
|
3
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
}
|
|
} |