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