rougail-output-doc/tests/results/test/04_5disabled_calculation_optional_default.json

120 lines
2.2 KiB
JSON
Raw Normal View History

{
"condition": {
"type": "variable",
"default": {
"name": "Default",
"values": false
},
"properties": [
{
"type": "type",
"name": "boolean"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "condition",
"names": [
"condition"
],
"description": "A condition.",
"gen_examples": [
false
],
"mandatory_without_value": false
},
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
}
],
2025-10-14 12:58:39 +02:00
"path": "var1",
"names": [
"var1"
],
"description": "A first variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": false
},
"var3": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "hidden",
2025-10-29 10:46:57 +01:00
"annotation": {
"message": "when the variable \"{0}\" is defined and has the value \"true\"",
"path": {
"path": "condition"
},
"description": "A condition"
}
}
],
2025-10-14 12:58:39 +02:00
"path": "var3",
"names": [
"var3"
],
"description": "A second variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": false
},
"var4": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "hidden",
2025-10-29 10:46:57 +01:00
"annotation": {
"message": "when the variable \"{0}\" is defined and has the value \"true\"",
"path": {
"path": "condition"
},
"description": "A condition"
}
}
],
2025-10-14 12:58:39 +02:00
"path": "var4",
"names": [
"var4"
],
"description": "A forth variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": false
}
}