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