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

159 lines
No EOL
3.4 KiB
JSON

{
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynval1",
"dynval2"
],
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "dyn{{ identifier }}",
"description": "A dynamic famify for {{ identifier }}",
"properties": [],
"mode": "basic",
"identifier": [
"val1",
"val2"
],
"help": [
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var",
"var"
],
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "dyn{{ identifier }}.var",
"description": "A dynamic variable for {{ identifier }}.",
"type": "variable",
"variable_type": "string",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example",
"example"
],
"mandatory_without_value": true
}
}
},
"var1": {
"type": "variable",
"variable_type": "string",
"path": "var1",
"names": [
"var1"
],
"description": "A new variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "disabled",
"ori_name": "disabled",
"access_control": true,
"annotation": {
"message": "when the variable \"{0}\" has the value \"val\"",
"path": {
"path": "dyn{{ identifier }}.var",
"identifiers": [
"val1"
]
},
"description": "A dynamic variable for {{ identifier }}"
}
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
"default": {
"name": "Default",
"values": [
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "dyn{{ identifier }}.var",
"identifiers": [
"val1"
]
},
"description": "A dynamic variable for {{ identifier }}"
},
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "dyn{{ identifier }}.var",
"identifiers": [
"val2"
]
},
"description": "A dynamic variable for {{ identifier }}"
}
]
},
"variable_type": "string",
"path": "var2",
"names": [
"var2"
],
"description": "A new 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": [
[
null,
null
]
],
"mandatory_without_value": false
}
}