1# we reject alternates with multiple string-like branches
2
3##
4# @Enum:
5##
6{ 'enum': 'Enum',
7  'data': [ 'hello', 'world' ] }
8##
9# @Alt:
10##
11{ 'alternate': 'Alt',
12  'data': { 'one': 'str',
13            'two': 'Enum' } }
14