rougail-output-doc/tests/results/test/60_6family_dynamic_leadership_empty.json

147 lines
No EOL
3.4 KiB
JSON

{
"var": {
"path": "var",
"name": "var",
"description": "A suffix variable.",
"properties": [
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"variable_type": "string",
"multiple": true,
"examples": {
"name": "Examples",
"values": [
"val1",
"val2"
]
}
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"path": "dyn{{ identifier }}",
"name": "dyn{{ identifier }}",
"description": "A dynamic family",
"properties": [],
"mode": "basic",
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"help": [
"This family builds families dynamically"
],
"identifier": [
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "var",
"type": "variable"
},
"description": "a suffix variable"
}
]
},
"children": {
"leadership": {
"type": "leadership",
"informations": {
"path": "dyn{{ identifier }}.leadership",
"name": "leadership",
"description": "A leadership",
"properties": [],
"mode": "basic",
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"help": [
"This family contains lists of variable blocks"
]
},
"children": {
"leader": {
"path": "dyn{{ identifier }}.leadership.leader",
"name": "leader",
"description": "A leader.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "basic",
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"type": "variable",
"variable_type": "string",
"multiple": true
},
"follower1": {
"path": "dyn{{ identifier }}.leadership.follower1",
"name": "follower1",
"description": "A follower1.",
"properties": [],
"mode": "standard",
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"type": "variable",
"variable_type": "string"
},
"follower2": {
"path": "dyn{{ identifier }}.leadership.follower2",
"name": "follower2",
"description": "A follower2.",
"properties": [],
"mode": "standard",
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"type": "variable",
"variable_type": "string"
}
}
}
}
}
}