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

71 lines
1.2 KiB
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "no"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var1",
"names": [
"var1"
],
"description": "A first variable.",
"gen_examples": [
"no"
],
"mandatory_without_value": false
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": "the value is always yes"
2025-09-22 09:42:46 +02:00
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "hidden",
2025-10-29 10:46:57 +01:00
"annotation": "only if the variable var1 has value \"yes\""
},
{
"type": "property",
"name": "auto modified"
}
],
2025-10-14 12:58:39 +02:00
"path": "var2",
"names": [
"var2"
],
"description": "A second variable.",
"gen_examples": [
"yes"
],
"mandatory_without_value": false
}
}