xref: /openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.json (revision 717cfcfae6df46c82b1ae191ec7ae6e0e288c914)
1# Boxed arguments are not to be documented with the command
2# BUG: not rejected
3
4##
5# @Args:
6# @a: an argument
7##
8{ 'struct': 'Args', 'data': { 'a': 'int' } }
9
10##
11# @cmd-boxed:
12# @a: bogus
13##
14{ 'command': 'cmd-boxed', 'boxed': true,
15  'data': 'Args' }
16