xref: /openbmc/qemu/tests/qapi-schema/args-if-unboxed.json (revision 2c992b88ccfc28897e5523b847c3dc1a68be0e11)
1{ 'struct': 'TestIfCmdArgs',
2  'data': {
3    'foo': 'int',
4    'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }
5{ 'command': 'test-if-cmd',
6  'data': 'TestIfCmdArgs' }
7