Sign in
qemu
/
qemu
/
ec5ffa0056389c3c10ea2de1e78366f66f4e5abc
/
.
/
tests
/
qapi-schema
/
alternate-nested.json
blob: f2b9632f751e5beb8f306e8973e502a033eb323d [
file
]
#
we reject a nested alternate branch
{
'alternate'
:
'Alt1'
,
'data'
:
{
'name'
:
'bool'
,
'value'
:
'int'
}
}
{
'alternate'
:
'Alt2'
,
'data'
:
{
'nested'
:
'Alt1'
,
'b'
:
'bool'
}
}