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