Sign in
fuchsia
/
third_party
/
qemu
/
1148e4f4dc22f8efe3419fda4ca4f0a7369ef94a
/
.
/
tests
/
qapi-schema
/
union-base-empty.json
blob: d1843d33b479ae164e59b6545a426c1ad616c93d [
file
] [
log
] [
blame
]
#
Flat
union with empty base and therefore without discriminator
{
'struct'
:
'Empty'
,
'data'
:
{
}
}
{
'union'
:
'TestUnion'
,
'base'
:
'Empty'
,
'discriminator'
:
'type'
,
'data'
:
{
'value1'
:
'int'
,
'value2'
:
'str'
}
}