rougail-output-doc/tests/root_a_family.json

78 lines
1.7 KiB
JSON
Raw Normal View History

2025-10-27 21:59:39 +01:00
{
"a_second_family": {
"type": "family",
"informations": {
"path": "a_family.a_second_family",
"names": [
"a_second_family"
],
"description": "A second family",
"properties": []
},
"children": {
"a_variable": {
"type": "variable",
"default": {
"name": "Default",
"values": true
},
"properties": [
{
"type": "type",
"name": "boolean"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "a_family.a_second_family.a_variable",
"names": [
"a_variable"
],
"description": "A boolean variable."
}
}
},
"an_other_family": {
"type": "family",
"informations": {
"path": "a_family.an_other_family",
"names": [
"an_other_family"
],
"description": "An other family",
"properties": [
{
"type": "property",
"name": "hidden",
"annotation": "when the variable \"a_family.a_second_family.a_variable\" has the value \"true\"."
}
]
},
"children": {
"a_variable": {
"type": "variable",
"default": {
"name": "Default",
"values": "the value of the variable \"a_variable\"."
},
"properties": [
{
"type": "type",
"name": "integer"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "a_family.an_other_family.a_variable",
"names": [
"a_variable"
],
"description": "A new variable."
}
}
}
}