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