rougail-output-doc/tests/results/test_without_family/40_8calculation_boolean.json

80 lines
1.6 KiB
JSON
Raw Normal View History

{
"bool": {
"path": "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"
},
"multi1": {
2025-11-29 22:21:06 +01:00
"path": "multi1",
2026-03-29 11:01:15 +02:00
"name": "multi1",
2025-11-29 22:21:06 +01:00
"description": "A first multi variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"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": "a calculation."
2025-11-21 08:15:00 +01:00
}
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
2026-03-29 11:01:15 +02:00
"multiple": true
},
"multi2": {
2025-11-29 22:21:06 +01:00
"path": "multi2",
2026-03-29 11:01:15 +02:00
"name": "multi2",
2025-11-29 22:21:06 +01:00
"description": "A second multi variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"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": "a calculation."
2026-03-29 11:01:15 +02:00
}
},
"variable_type": "boolean",
"multiple": true
}
}