Sign in
qemu
/
qemu
/
c2954745f2c1ed0c8b8fe7c47c2b09479e3c6d81
/
.
/
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'
]
}