rougail-output-doc/tests/results/test_namespace/01_6integer_multi_mandatory.json

40 lines
881 B
JSON
Raw Normal View History

2025-10-26 15:21:26 +01:00
{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
2025-10-26 15:21:26 +01:00
"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"
]
2025-10-26 15:21:26 +01:00
},
"children": {
"var": {
2025-11-29 22:21:06 +01:00
"path": "rougail.var",
2026-03-29 11:01:15 +02:00
"name": "var",
2025-11-29 22:21:06 +01:00
"description": "The first variable.",
2025-10-26 15:21:26 +01:00
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
2025-10-26 15:21:26 +01:00
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
2025-10-26 15:21:26 +01:00
}
],
2025-11-29 22:21:06 +01:00
"mode": "basic",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "integer",
"multiple": true
2025-10-26 15:21:26 +01:00
}
}
}
}