Sign in
qemu
/
qemu
/
950dff9aa4dc1f287ea001e7d2689dcc76a7f1c4
/
.
/
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'
}
}