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

94 lines
1.6 KiB
JSON
Raw Normal View History

{
"family1": {
"type": "family",
"informations": {
"paths": [
"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": [
"family1.variable1"
],
"names": [
"variable1"
],
"descriptions": [
"A variable."
]
}
}
},
"family2": {
"type": "family",
"informations": {
"paths": [
"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": [
"family2.variable2"
],
"names": [
"variable2"
],
"descriptions": [
"A second variable."
]
}
}
}
}