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

100 lines
2.2 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"family1": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.family1",
"names": [
"family1"
],
2025-10-14 12:58:39 +02:00
"description": "New description",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"variable1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.family1.variable1",
"names": [
"variable1"
],
2025-10-14 12:58:39 +02:00
"description": "A variable."
}
}
},
"family2": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.family2",
"names": [
"family2"
],
2025-10-14 12:58:39 +02:00
"description": "A second family",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"variable2": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.family2.variable2",
"names": [
"variable2"
],
2025-10-14 12:58:39 +02:00
"description": "A second variable."
}
}
}
}
}
}