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

58 lines
1 KiB
JSON
Raw Normal View History

{
"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",
"names": [
"var1"
],
"description": "A first variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": true
},
"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 of the information \"test_information\" of the variable \"var1\""
2025-09-22 09:42:46 +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",
"names": [
"var2"
],
"description": "A second variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": false
}
}