rougail-output-doc/tests/results/test/20_0family_append.json

72 lines
No EOL
1.4 KiB
JSON

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