5 'data': [ 'value1', 'value2' ] }
10 { 'struct': 'TestBase',
11 'data': { 'enum1': 'TestEnum' } }
16 { 'struct': 'TestTypeA',
17 'data': { 'string': 'str' } }
22 { 'struct': 'TestTypeB',
23 'data': { 'integer': 'int' } }
28 { 'union': 'TestUnion',
30 'discriminator': 'enum_wrong',
31 'data': { 'value1': 'TestTypeA',
32 'value2': 'TestTypeB' } }