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

353 lines
9.6 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"var": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": [
"val1",
"val2"
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "rougail.var",
"names": [
"var"
],
"description": "A identifier variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"val1",
"val2"
]
],
"mandatory_without_value": false
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynval1",
"dynval2"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "rougail.dyn{{ identifier }}",
"description": "A dynamic family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
2025-10-14 12:58:39 +02:00
"identifier": [
2025-10-29 10:46:57 +01:00
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.var"
},
"description": "A identifier variable"
}
2025-10-14 12:58:39 +02:00
],
"help": [
2025-10-29 10:46:57 +01:00
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var",
"var"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "rougail.dyn{{ identifier }}.var",
"description": "A dynamic variable.",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
"description": "add 't' to each var value"
}
2025-09-22 09:42:46 +02:00
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"tval1",
"tval2"
],
[
"tval1",
"tval2"
]
],
"mandatory_without_value": false
},
"dyn_{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dyn_tval1",
"dyn_tval2",
"dyn_tval1",
"dyn_tval2"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1",
"tval1"
],
[
"val1",
"tval2"
],
[
"val2",
"tval1"
],
[
"val2",
"tval2"
]
],
"path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}",
"description": "A Second dynamic variable",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
2025-10-14 12:58:39 +02:00
"identifier": [
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.dyn{{ identifier }}.var",
"identifiers": [
"val1"
]
2025-10-29 10:46:57 +01:00
},
"description": "A dynamic variable"
2025-10-14 12:58:39 +02:00
},
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.dyn{{ identifier }}.var",
"identifiers": [
"val2"
]
2025-10-29 10:46:57 +01:00
},
"description": "A dynamic variable"
2025-10-14 12:58:39 +02:00
}
2025-04-25 14:17:07 +02:00
],
"help": [
2025-10-29 10:46:57 +01:00
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var",
"var",
"var",
"var"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1",
"tval1"
],
[
"val1",
"tval2"
],
[
"val2",
"tval1"
],
[
"val2",
"tval2"
]
],
"path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}.var",
"description": "A variable dynamic.",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": "the value of the identifier"
2025-09-22 09:42:46 +02:00
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"gen_examples": [
"tval1",
"tval2",
"tval1",
"tval2"
],
"mandatory_without_value": false
},
"var_identifier": {
"names": [
"var_identifier",
"var_identifier",
"var_identifier",
"var_identifier"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1",
"tval1"
],
[
"val1",
"tval2"
],
[
"val2",
"tval1"
],
[
"val2",
"tval2"
]
],
"path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}.var_identifier",
"description": "Identifier from first family.",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": "the value of the identifier"
2025-09-22 09:42:46 +02:00
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"gen_examples": [
"val1",
"val1",
"val2",
"val2"
],
"mandatory_without_value": false
},
"var_identifiers": {
"names": [
"var_identifiers",
"var_identifiers",
"var_identifiers",
"var_identifiers"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1",
"tval1"
],
[
"val1",
"tval2"
],
[
"val2",
"tval1"
],
[
"val2",
"tval2"
]
],
"path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}.var_identifiers",
"description": "Merge identifiers.",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
"description": "join identifier 1 and identifier 2"
}
2025-09-22 09:42:46 +02:00
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"gen_examples": [
"val1-tval1",
"val1-tval2",
"val2-tval1",
"val2-tval2"
],
"mandatory_without_value": false
}
}
}
}
}
}
}
}