Sign in
qemu
/
qemu
/
61653b4a97b1c08b0f1d090da1ed981362a3961a
/
.
/
tests
/
qapi-schema
/
union-empty.json
blob: 584ed6098c9b3e1a73a87b4ec50553d7204595e1 [
file
] [
log
] [
blame
]
#
union discriminator enum cannot be empty
{
'enum'
:
'Empty'
,
'data'
:
[
]
}
{
'struct'
:
'Base'
,
'data'
:
{
'type'
:
'Empty'
}
}
{
'union'
:
'Union'
,
'base'
:
'Base'
,
'discriminator'
:
'type'
,
'data'
:
{
}
}