rougail-output-doc/tests/results/test_without_family/16_5test_redefine.json

66 lines
No EOL
1.3 KiB
JSON

{
"var1": {
"path": "var1",
"name": "var1",
"description": "A first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"variable_type": "string",
"examples": {
"name": "Example",
"values": "test1"
}
},
"var2": {
"path": "var2",
"name": "var2",
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "non"
},
"variable_type": "string",
"examples": {
"name": "Example",
"values": "test1"
}
},
"var3": {
"path": "var3",
"name": "var3",
"description": "A third variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}