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"
|
|
|
|
|
],
|
2025-10-30 21:14:34 +01:00
|
|
|
"description": "A boolean variable.",
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
true
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
2025-10-27 21:59:39 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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",
|
2025-10-29 10:46:57 +01:00
|
|
|
"annotation": {
|
|
|
|
|
"message": "when the variable \"{0}\" has the value \"true\"",
|
|
|
|
|
"path": {
|
|
|
|
|
"path": "a_family.a_second_family.a_variable"
|
|
|
|
|
},
|
|
|
|
|
"description": "A boolean variable"
|
|
|
|
|
}
|
2025-10-27 21:59:39 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"children": {
|
|
|
|
|
"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"
|
|
|
|
|
],
|
2025-10-30 21:14:34 +01:00
|
|
|
"description": "A new variable.",
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
2
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
2025-10-27 21:59:39 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|