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

80 lines
1.5 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"my_variable": {
"type": "variable",
"default": "val1",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"rougail.my_variable"
],
"names": [
"my_variable"
]
},
"my_calculated_variable": {
"type": "variable",
"default": [
"the value of the variable \"rougail.my_variable\"."
],
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
"paths": [
"rougail.my_calculated_variable"
],
"names": [
"my_calculated_variable"
]
}
}
}
}