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

38 lines
No EOL
775 B
JSON

{
"custom1": {
"path": "custom1",
"name": "custom1",
"description": "The first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "custom"
},
"custom2": {
"path": "custom2",
"name": "custom2",
"description": "The seconf variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
"variable_type": "custom"
}
}