rougail-output-doc/tests/docs/base/40_8calculation_integer.json

1 line
1 KiB
JSON
Raw Normal View History

2024-11-15 08:13:45 +01:00
{"rougail": {"type": "namespace", "informations": {"paths": ["rougail"], "names": ["rougail"], "description": "Rougail", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"bool": {"type": "variable", "default": false, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["rougail.bool"], "names": ["bool"], "descriptions": ["A boolean variable."]}, "int1": {"type": "variable", "default": "if bool returns 1 otherwise return 2.", "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["rougail.int1"], "names": ["int1"], "descriptions": ["First integer variable."]}, "int2": {"type": "variable", "default": "if bool returns 3 otherwise return 4.", "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["rougail.int2"], "names": ["int2"], "descriptions": ["Second integer variable."]}}}}