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