Sign in
qemu-android
/
qemu-android
/
431429a5b802fccf2701c37f580307c6979f4c3e
/
.
/
tests
/
qapi-schema
/
alternate-array.json
blob: f241aac1220b8e542c1cb741efe355a9a2bf5a7c [
file
]
#
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'
]
}
}