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