rougail-output-json/tests/results/test_mandatory/40_6leadership_follower_multi.json

44 lines
658 B
JSON
Raw Permalink Normal View History

2024-11-30 15:50:28 +01:00
{
"leadership": [
{
"leader": "string1",
"follower1": [
"string1",
"string2",
"string3"
],
"follower2": [
"string1",
"string2",
"string3"
]
},
{
"leader": "string2",
"follower1": [
"string1",
"string2",
"string3"
],
"follower2": [
"string1",
"string2",
"string3"
]
},
{
"leader": "string3",
"follower1": [
"string1",
"string2",
"string3"
],
"follower2": [
"string1",
"string2",
"string3"
]
}
]
}