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

62 lines
958 B
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
"default": "oui",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": [
"var1 must be different than var2."
],
"paths": [
"var1"
],
"names": [
"var1"
],
"descriptions": [
"A first variable."
],
"examples": [
"another_value"
]
},
"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."
]
}
}