rougail-output-doc/tests/results/test/00_9default_calculation_optional_exists.json

69 lines
1.1 KiB
JSON
Raw Normal View History

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