rougail-output-doc/tests/results/test/04_5validators_differ.json

52 lines
No EOL
1 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": "oui"
},
"variable_type": "string",
"validators": {
"name": "Validator",
"values": {
"description": "var1 must be different than var2"
}
},
"examples": {
"name": "Example",
"values": "another_value"
}
},
"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": "no"
},
"variable_type": "string"
}
}