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