rougail-output-doc/tests/results/test/20_0validators_differ_redefine.json

89 lines
No EOL
1.3 KiB
JSON

{
"var1": {
"type": "variable",
"default": "no",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"var1"
],
"names": [
"var1"
],
"descriptions": [
"A first variable."
]
},
"var2": {
"type": "variable",
"default": "no",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"var2"
],
"names": [
"var2"
],
"descriptions": [
"A second variable."
]
},
"var3": {
"type": "variable",
"default": "yes",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": [
"var3 must be different than var2."
],
"paths": [
"var3"
],
"names": [
"var3"
],
"descriptions": [
"A third variable."
],
"examples": [
"yes"
]
}
}