Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / union-base-empty.json
blobd1843d33b479ae164e59b6545a426c1ad616c93d
1 # Flat union with empty base and therefore without discriminator
3 { 'struct': 'Empty', 'data': { } }
5 { 'union': 'TestUnion',
6   'base': 'Empty',
7   'discriminator': 'type',
8   'data': { 'value1': 'int',
9             'value2': 'str' } }