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