Sign in
qemu
/
qemu
/
44ed1e4b9a4df256bb56487ae5150b6807536703
/
.
/
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'
:
{
}
}