rougail-output-doc/tests/root_a_family.an_other_family.json

34 lines
651 B
JSON
Raw Normal View History

2025-10-27 21:59:39 +01:00
{
"a_variable": {
"type": "variable",
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "a_variable"
},
"description": "A root variable"
}
2025-10-27 21:59:39 +01:00
},
"properties": [
{
"type": "type",
"name": "integer"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "a_family.an_other_family.a_variable",
"names": [
"a_variable"
],
"description": "A new variable.",
"gen_examples": [
2
],
"mandatory_without_value": false
2025-10-27 21:59:39 +01:00
}
}