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

9 lines
167 B
JSON

# Arguments listed in the doc comment must exist in the actual schema
##
# @AorB:
# @aa: a
# @bb: b
##
{ 'alternate': 'AorB',
'data': { 'a': 'bool', 'b': 'int' } }