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

84 lines
1.6 KiB
JSON
Raw Normal View History

2025-09-30 21:57:05 +02:00
{
"my_family": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "my_family",
2025-09-30 21:57:05 +02:00
"names": [
"my_family"
],
2025-10-14 12:58:39 +02:00
"description": "my_family",
2025-09-30 21:57:05 +02:00
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"dynamic": {
2025-09-30 21:57:05 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": [
"val1",
"val2"
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "my_family.dynamic",
"names": [
"dynamic"
],
2025-09-30 21:57:05 +02:00
"properties": [
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
}
],
2025-11-29 22:21:06 +01:00
"multiple": true,
"gen_examples": [
[
"val1",
"val2"
]
],
"mandatory_without_value": false
2025-09-30 21:57:05 +02:00
},
"var": {
2025-09-30 21:57:05 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": true
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
"path": "my_family.var",
"names": [
"var"
],
"description": "A variable.",
2025-09-30 21:57:05 +02:00
"properties": [
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"gen_examples": [
true
],
"mandatory_without_value": false
2025-09-30 21:57:05 +02:00
}
}
}
}