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

49 lines
No EOL
922 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"
],
"gen_examples": [
true
],
"mandatory_without_value": false
}
}
}
}