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