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

35 lines
700 B
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"variable": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": true
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
2025-10-14 12:58:39 +02:00
"path": "rougail.variable",
"names": [
"variable"
],
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
"gen_examples": [
true
],
"mandatory_without_value": false
}
}
}
}