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