1 # we require the base to be a struct
3 'data': [ 'value1', 'value2' ] }
4 { 'struct': 'TestTypeA',
5 'data': { 'string': 'str' } }
6 { 'struct': 'TestTypeB',
7 'data': { 'integer': 'int' } }
8 { 'union': 'UnionBase',
9 'data': { 'kind1': 'TestTypeA',
10 'kind2': 'TestTypeB' } }
11 { 'union': 'TestUnion',
13 'discriminator': 'type',
14 'data': { 'kind1': 'TestTypeA',
15 'kind2': 'TestTypeB' } }