rougail-output-doc/tests/results/test_namespace_without_family/01_6custom_multi.json

69 lines
1.6 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
2026-03-14 20:51:52 +01:00
"mode": "basic",
"help": [
"This family is a namespace"
]
},
"children": {
"custom1": {
2025-11-29 22:21:06 +01:00
"path": "rougail.custom1",
2026-03-29 11:01:15 +02:00
"name": "custom1",
2025-11-29 22:21:06 +01:00
"description": "A first custom variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "basic",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "custom",
2026-03-29 11:01:15 +02:00
"multiple": true
},
"custom2": {
2025-11-29 22:21:06 +01:00
"path": "rougail.custom2",
2026-03-29 11:01:15 +02:00
"name": "custom2",
2025-11-29 22:21:06 +01:00
"description": "A second custom variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": [
"value"
]
2026-03-29 11:01:15 +02:00
},
"variable_type": "custom",
"multiple": true
}
}
}
}