2 'data': [ 'value1', 'value2' ] }
4 { 'struct': 'TestBase',
5 'data': { 'enum1': 'TestEnum' } }
7 { 'struct': 'TestTypeA',
8 'data': { 'string': 'str' } }
10 { 'struct': 'TestTypeB',
11 'data': { 'integer': 'int' } }
13 { 'union': 'TestUnion',
15 'discriminator': 'enum_wrong',
16 'data': { 'value1': 'TestTypeA',
17 'value2': 'TestTypeB' } }