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

71 lines
No EOL
1.7 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"name": "rougail",
"description": "Rougail",
"properties": [],
"mode": "standard",
"help": [
"This family is a namespace"
]
},
"children": {
"my_variable": {
"path": "rougail.my_variable",
"name": "my_variable",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "val1"
},
"variable_type": "string"
},
"my_calculated_variable": {
"path": "rougail.my_calculated_variable",
"name": "my_calculated_variable",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": [
{
"message": "the value of the variable \"{0}\" if it is defined",
"path": {
"path": "rougail.my_variable",
"type": "variable"
},
"description": "my_variable"
}
]
},
"variable_type": "string",
"multiple": true
}
}
}
}