14 lines
171 B
YAML
14 lines
171 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
leader:
|
|
description: a leadership
|
|
type: sequence
|
|
|
|
leader: # a leader
|
|
|
|
follower1: # a follower
|
|
|
|
follower2: # an other follower
|
|
...
|