rougail-output-doc/tests/results/test/00_2default_calculated_variable_description.json

60 lines
1,022 B
JSON
Raw Normal View History

2025-05-04 14:29:51 +02:00
{
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var1",
2025-05-04 14:29:51 +02:00
"names": [
"var1"
],
"description": "A first variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": true
2025-05-04 14:29:51 +02:00
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
"description": "value of a variable!"
}
2025-09-22 09:42:46 +02:00
},
2025-05-04 14:29:51 +02:00
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var2",
2025-05-04 14:29:51 +02:00
"names": [
"var2"
],
"description": "A second variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": false
2025-05-04 14:29:51 +02:00
}
}