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

71 lines
No EOL
1.6 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"name": "rougail",
"description": "Rougail",
"properties": [],
"mode": "basic",
"help": [
"This family is a namespace"
]
},
"children": {
"variable1": {
"path": "rougail.variable1",
"name": "variable1",
"description": "A first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"val1",
"val2"
]
},
"multiple": true
},
"variable2": {
"path": "rougail.variable2",
"name": "variable2",
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"val1",
"val2"
]
},
"multiple": true
}
}
}
}