rougail-output-doc/tests/results/test_namespace/40_8calculation_integer.json

98 lines
No EOL
2 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."
},
"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."
},
"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."
}
}
}
}