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

45 lines
No EOL
828 B
JSON

{
"my_family": {
"type": "family",
"informations": {
"path": "my_family",
"names": [
"my_family"
],
"description": "my_family",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"default": {
"type": "variable",
"default": {
"name": "Default",
"values": true
},
"properties": [
{
"type": "type",
"name": "boolean"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "my_family.default",
"names": [
"default"
]
}
}
}
}