rougail-output-doc/tests/results/test_namespace/16_5redefine_choice.json

49 lines
897 B
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"variable": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b"
]
},
2025-10-14 12:58:39 +02:00
"path": "rougail.variable",
"names": [
"variable"
],
2025-10-14 12:58:39 +02:00
"description": "A variable."
}
}
}
}