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