rougail-output-doc/tests/results/test_namespace/16_5redefine_choice.json

52 lines
895 B
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"variable": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": [
"a",
"b"
],
"paths": [
"rougail.variable"
],
"names": [
"variable"
],
"descriptions": [
"A variable."
]
}
}
}
}