rougail-output-doc/tests/results/test_namespace/24_0family_hidden_condition_boolean.json

81 lines
1.9 KiB
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": {
"condition": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": false
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
2025-10-14 12:58:39 +02:00
"path": "rougail.condition",
"names": [
"condition"
],
"description": "A conditional variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
false
],
"mandatory_without_value": false
},
"family": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.family",
"names": [
"family"
],
2025-10-14 12:58:39 +02:00
"description": "A family",
"properties": [
{
"type": "property",
"name": "hidden",
2025-11-29 22:21:06 +01:00
"ori_name": "hidden",
"access_control": true,
2025-11-21 08:15:00 +01:00
"annotation": {
"description": "if not condition"
}
}
2025-11-29 22:21:06 +01:00
],
"mode": "standard"
},
"children": {
"variable": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "rougail.family.variable",
"names": [
"variable"
],
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
"gen_examples": [
"example"
],
"mandatory_without_value": false
}
}
}
}
}
}