Sign in
qemu
/
qemu
/
b60520392daf977bca26010960f78c4885db7e9f
/
.
/
tests
/
qapi-schema
/
alternate-conflict-enum-bool.json
blob: bff25c3147fb0397d0e7c76f31ea87b188e00f2d [
file
] [
log
] [
blame
]
#
alternate branch of
'enum'
type that conflicts with bool
{
'enum'
:
'Enum'
,
'data'
:
[
'aus'
,
'off'
]
}
{
'alternate'
:
'Alt'
,
'data'
:
{
'one'
:
'Enum'
,
'two'
:
'bool'
}
}