rougail-output-doc/tests/results/test_namespace_without_family/00_6custom.json

64 lines
1.4 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"custom1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "custom",
"path": "rougail.custom1",
"names": [
"custom1"
],
"description": "The first variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"xxx"
],
"mandatory_without_value": true
},
"custom2": {
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
2025-11-29 22:21:06 +01:00
"variable_type": "custom",
"path": "rougail.custom2",
"names": [
"custom2"
],
"description": "The seconf variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"value"
],
"mandatory_without_value": false
}
}
}
}