aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-if-unboxed.json
blob: 6e04c13e72ee058e10fbc9be69d890920e0618fa (plain)
1
2
3
4
5
6
{ 'struct': 'TestIfCmdArgs',
  'data': {
    'foo': 'int',
    'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }
{ 'command': 'test-if-cmd',
  'data': 'TestIfCmdArgs' }