xref: /openbmc/qemu/tests/qapi-schema/args-if-implicit.json (revision c3f9aa8e488db330197c9217e38555f6772e8f07)
1{ 'command': 'test-if-cmd',
2  'data': {
3    'foo': 'int',
4    'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }
5