56427660eb7e41f8d0a87103a43305621210786a
[protos/libecoli.git] / examples / parse-yaml / test.yaml
1 type: or
2 children:
3 - type: seq
4   id: hello
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
17 - type: seq
18   id: goodbye
19   help: Say good bye to someone
20   children:
21   - type: str
22     string: good
23   - type: str
24     string: bye
25   - type: or
26     id: name
27     help: Name of the person to greet
28     children:
29     - type: str
30       string: mary
31     - type: str
32       string: jessica