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