rougail-output-doc/tests/results/test/16_6exists_redefine_family.json

74 lines
1.5 KiB
JSON
Raw Normal View History

{
"family1": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "family1",
"names": [
"family1"
],
2025-10-14 12:58:39 +02:00
"description": "New description",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"variable1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "family1.variable1",
"names": [
"variable1"
],
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
},
"family2": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "family2",
"names": [
"family2"
],
2025-10-14 12:58:39 +02:00
"description": "A second family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"variable2": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "family2.variable2",
"names": [
"variable2"
],
"description": "A second variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}