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

78 lines
1.5 KiB
JSON
Raw Normal View History

2025-05-04 14:29:51 +02:00
{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
2025-05-04 14:29:51 +02:00
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"var1": {
2025-05-04 14:29:51 +02:00
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.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": {
2025-05-04 14:29:51 +02:00
"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": "rougail.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
}
}
}
}