rougail-output-doc/tests/results/test_namespace/60_9extra_dynamic.json

124 lines
No EOL
2.7 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [],
"mode": "standard"
},
"children": {
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"a"
]
},
"variable_type": "string",
"path": "rougail.var",
"names": [
"var"
],
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"a"
]
],
"mandatory_without_value": false
}
}
},
"extra": {
"type": "namespace",
"informations": {
"path": "extra",
"names": [
"extra"
],
"description": "Extra",
"properties": [],
"mode": "basic"
},
"children": {
"dyn_{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dyn_a"
],
"identifiers": [
[
"a"
]
],
"path": "extra.dyn_{{ identifier }}",
"description": "dyn_{{ identifier }}",
"properties": [],
"mode": "basic",
"identifier": [
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.var"
},
"description": "A variable"
}
],
"help": [
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var"
],
"identifiers": [
[
"a"
]
],
"path": "extra.dyn_{{ identifier }}.var",
"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
}
}
}
}
}
}