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

75 lines
1.4 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
2025-02-19 12:49:21 +01:00
"rougail.custom1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "custom"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"rougail.custom1"
],
"names": [
"custom1"
],
"descriptions": [
"The first variable."
]
},
2025-02-19 12:49:21 +01:00
"rougail.custom2": {
"type": "variable",
"default": "value",
"properties": [
{
"type": "type",
"name": "custom"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"rougail.custom2"
],
"names": [
"custom2"
],
"descriptions": [
"The seconf variable."
]
}
}
}
}