1 # we require flat union branches to be a struct
3 'data': [ 'value1', 'value2' ] }
5 'data': { 'enum1': 'TestEnum' } }
6 { 'struct': 'TestTypeB',
7 'data': { 'integer': 'int' } }
8 { 'union': 'TestUnion',
10 'discriminator': 'enum1',
11 'data': { 'value1': ['TestTypeB'],
12 'value2': 'TestTypeB' } }