xref: /openbmc/qemu/tests/qapi-schema/args-if-unboxed.json (revision de6cd7599b518f0c832cc85980196ec02c129a86)
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