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