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

68 lines
1.3 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"custom1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "custom"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.custom1",
"names": [
"custom1"
],
2025-10-14 12:58:39 +02:00
"description": "The first variable."
},
"custom2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "value"
},
"properties": [
{
"type": "type",
"name": "custom"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.custom2",
"names": [
"custom2"
],
2025-10-14 12:58:39 +02:00
"description": "The seconf variable."
}
}
}
}