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

45 lines
No EOL
940 B
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"name": "rougail",
"description": "Rougail",
"properties": [],
"mode": "standard",
"help": [
"This family is a namespace"
]
},
"children": {
"variable": {
"path": "rougail.variable",
"name": "variable",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "c"
},
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
}
}
}
}
}