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