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

81 lines
1.9 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
2026-03-14 20:51:52 +01:00
"mode": "standard",
"help": [
"This family is a namespace"
]
},
"children": {
"bool": {
"path": "rougail.bool",
2026-03-29 11:01:15 +02:00
"name": "bool",
"description": "A boolean variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
2026-03-29 11:01:15 +02:00
"values": false
},
2026-03-29 11:01:15 +02:00
"variable_type": "boolean"
},
"int1": {
"path": "rougail.int1",
2026-03-29 11:01:15 +02:00
"name": "int1",
"description": "First integer variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
2026-03-29 12:42:01 +02:00
"description": "if bool returns 1 otherwise return 2."
2025-11-21 08:15:00 +01:00
}
},
2026-03-29 11:01:15 +02:00
"variable_type": "integer"
},
"int2": {
"path": "rougail.int2",
2026-03-29 11:01:15 +02:00
"name": "int2",
"description": "Second integer variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": {
2026-03-29 12:42:01 +02:00
"description": "if bool returns 3 otherwise return 4."
2026-03-29 11:01:15 +02:00
}
},
"variable_type": "integer"
}
}
}
}