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

142 lines
No EOL
2.9 KiB
JSON

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