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