rougail-output-doc/tests/results/test_without_family/60_0family_dynamic_empty.json

85 lines
No EOL
1.7 KiB
JSON

{
"var": {
"type": "variable",
"variable_type": "string",
"path": "var",
"names": [
"var"
],
"description": "A suffix variable.",
"properties": [
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"example"
]
],
"mandatory_without_value": false
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynexample"
],
"identifiers": [
[
"example"
]
],
"path": "dyn{{ identifier }}",
"description": "A dynamic family",
"properties": [],
"mode": "basic",
"identifier": [
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "var"
},
"description": "A suffix variable"
}
],
"help": [
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var"
],
"identifiers": [
[
"example"
]
],
"path": "dyn{{ identifier }}.var",
"description": "A dynamic variable.",
"type": "variable",
"variable_type": "string",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}