rougail-user-data-yaml/tests/results/40_9leadership-calculation-outside-follower/file/all_exclude.yml

26 lines
592 B
YAML
Raw Normal View History

2025-02-04 07:45:38 +01:00
{
"rougail": {
"leader": [
{
"leader": "string1",
"follower1": "string1",
"follower2": "string1"
},
{
"leader": "string2",
"follower1": "string2",
"follower2": "string2"
},
{
"leader": "string3",
"follower1": "string3",
"follower2": "string3"
}
],
"calculate": [
"string1",
"string2",
"string3"
]
}
}