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

114 lines
2.4 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"family1": {
"type": "family",
"informations": {
"paths": [
"rougail.family1"
],
"names": [
"family1"
],
"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"
}
],
"paths": [
"rougail.family1.variable1"
],
"names": [
"variable1"
],
"descriptions": [
"A variable."
]
}
}
},
"family2": {
"type": "family",
"informations": {
"paths": [
"rougail.family2"
],
"names": [
"family2"
],
"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"
}
],
"paths": [
"rougail.family2.variable2"
],
"names": [
"variable2"
],
"descriptions": [
"A second variable."
]
}
}
}
}
}
}