Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/doc-bad-enum-member.json
2023-03-06 14:48:14 +01:00

8 lines
134 B
JSON

# Members listed in the doc comment must exist in the actual schema
##
# @Foo:
# @a: a
# @b: b
##
{ 'enum': 'Foo', 'data': [ 'b' ] }