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