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

90 lines
No EOL
1.7 KiB
JSON

{
"family1": {
"type": "family",
"informations": {
"path": "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"
}
],
"path": "family1.variable1",
"names": [
"variable1"
],
"description": "A variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
},
"family2": {
"type": "family",
"informations": {
"path": "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"
}
],
"path": "family2.variable2",
"names": [
"variable2"
],
"description": "A second variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}