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

41 lines
837 B
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-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
2025-09-30 21:57:05 +02:00
},
"children": {
"default": {
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.default",
"names": [
"default"
],
2025-09-30 21:57:05 +02:00
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
2025-09-30 21:57:05 +02:00
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"gen_examples": [
true
],
"mandatory_without_value": false
2025-09-30 21:57:05 +02:00
}
}
}
}