rougail-output-json/tests/results/test_namespace_mandatory/41_0choice_leader.json

19 lines
257 B
JSON
Raw Permalink Normal View History

2024-11-30 15:50:28 +01:00
{
"rougail": {
"leader": [
{
"leader": "string1",
"follower1": "a"
},
{
"leader": "string2",
"follower1": "b"
},
{
"leader": "string3",
"follower1": "c"
}
]
}
}