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

49 lines
No EOL
979 B
JSON

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