7 lines
144 B
JSON
7 lines
144 B
JSON
|
# the union data type must be an object.
|
||
|
{ 'union': 'TestUnion',
|
||
|
'base': 'int',
|
||
|
'discriminator': 'int',
|
||
|
'data': ['rubbish', 'nonsense']
|
||
|
}
|