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