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