Sign in
qemu
/
qemu
/
80d71121b719c610c7f6e05c932c35ded4cc92d4
/
.
/
tests
/
qapi-schema
/
alternate-array.json
blob: f241aac1220b8e542c1cb741efe355a9a2bf5a7c [
file
] [
log
] [
blame
]
#
we do not allow array branches in alternates
#
TODO
:
should we support this
?
{
'struct'
:
'One'
,
'data'
:
{
'name'
:
'str'
}
}
{
'alternate'
:
'Alt'
,
'data'
:
{
'one'
:
'One'
,
'two'
:
[
'int'
]
}
}