xref: /openbmc/qemu/tests/qapi-schema/args-bad-boxed.json (revision 8779fccbef0c2e97fd6564ddf9f1df9fc724f2f0)
1# 'boxed' should only appear with value true
2
3##
4# @foo:
5##
6{ 'command': 'foo', 'boxed': false }
7