aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/event-args-if-unboxed.json
blob: ca42a74e3a35b7749cb305504b381461a849f418 (plain)
1
2
3
4
 { 'event': 'TEST_IF_EVENT',
  'data': {
    'foo': 'int',
    'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }