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