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

46 lines
No EOL
868 B
JSON

{
"family": {
"type": "family",
"informations": {
"path": "family",
"names": [
"family"
],
"description": "New description",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"variable": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "family.variable",
"names": [
"variable"
],
"description": "A variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}