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

47 lines
978 B
JSON
Raw Normal View History

2025-10-26 15:21:26 +01:00
{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
2025-10-26 15:21:26 +01:00
},
"children": {
"var": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "integer",
"path": "rougail.var",
"names": [
"var"
],
"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",
"multiple": true,
"gen_examples": [
[
42
]
],
"mandatory_without_value": true
2025-10-26 15:21:26 +01:00
}
}
}
}