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