Sign in
qemu
/
qemu
/
61653b4a97b1c08b0f1d090da1ed981362a3961a
/
.
/
tests
/
qapi-schema
/
doc-bad-enum-member.json
blob: 9cab35c6e8ec764508c8f7d038b0d2dc9908f8a9 [
file
] [
log
] [
blame
]
#
Members
listed in the doc comment must exist in the actual schema
##
#
@Foo
:
#
@a
:
a
#
@b
:
b
##
{
'enum'
:
'Foo'
,
'data'
:
[
'b'
]
}