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

82 lines
1.5 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
2025-02-19 12:49:21 +01:00
"rougail.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": [
"rougail.var1"
],
"names": [
"var1"
],
"descriptions": [
"A first variable."
],
"examples": [
"another_value"
]
},
2025-02-19 12:49:21 +01:00
"rougail.var2": {
"type": "variable",
"default": "no",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"rougail.var2"
],
"names": [
"var2"
],
"descriptions": [
"A second variable."
]
}
}
}
}