Sign in
qemu
/
qemu
/
2c65db5e58d2c74921077f6c064ba4c91ebde16a
/
.
/
tests
/
qapi-schema
/
flat-union-empty.json
blob: 83e1cc7b96be52b4e9fdcdc4ceaeff1e029315d2 [
file
] [
log
] [
blame
]
#
flat union discriminator cannot be empty
{
'enum'
:
'Empty'
,
'data'
:
[
]
}
{
'struct'
:
'Base'
,
'data'
:
{
'type'
:
'Empty'
}
}
{
'union'
:
'Union'
,
'base'
:
'Base'
,
'discriminator'
:
'type'
,
'data'
:
{
}
}