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

103 lines
1.9 KiB
JSON
Raw Permalink Normal View History

{
"bool": {
"type": "variable",
"default": {
"name": "Default",
"values": false
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
"path": "bool",
"names": [
"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",
"gen_examples": [
false
],
"mandatory_without_value": false
},
"multi1": {
"type": "variable",
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
"description": "a calculation"
}
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
"path": "multi1",
"names": [
"multi1"
],
"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",
"multiple": true,
"gen_examples": [
[
false
]
],
"mandatory_without_value": false
},
"multi2": {
"type": "variable",
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
"description": "a calculation"
}
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
"path": "multi2",
"names": [
"multi2"
],
"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",
"multiple": true,
"gen_examples": [
[
true,
false
]
],
"mandatory_without_value": false
}
}