072fbce26976c7e5be02b58fb27b1147e7c1a8a2
[protos/libecoli.git] / examples / yaml / test.yaml
1 type: seq
2 attrs:
3   toto: 1
4   titi: 2
5 help: Say hello to someone
6 children:
7 - type: str
8   string: hello
9 - type: or
10   id: name
11   help: Name of the person to greet
12   children:
13   - type: str
14     string: john
15   - type: str
16     string: mike